Community
Participate
Working Groups
Build Identifier: M20100211-1343 Scheduler.handleJobExecution starts a ServerJob which is scheduled and then runs asynchronously. But in the private class Scheduler.P_JobRunner where this method is called, it is expected to run synchronously (the finally clause does not make sense otherwise). The JavaDoc IScheduler.handleJobExecution also says that execution should be synchronous. Fix: Add job.join() at the end of Scheduler.handleJobExecution Reproducible: Always
I verified your solution. This is in fact a bug and is now solved exactly as you suggest.
shipped with scout 3.7.1