[ https://issues.apache.org/jira/browse/ODE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854525#action_12854525 ]
Rafal Rusin commented on ODE-595: --------------------------------- Yes, but ODE had quartz scheduler some time ago. They it was reimplemented, because of too big overhead. Additionally I think ODE Scheduler is a core component and it needs to be very customizable / flexible. > SimpleScheduler#stop does not cancel jobs > ----------------------------------------- > > Key: ODE-595 > URL: https://issues.apache.org/jira/browse/ODE-595 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.2 > Reporter: Alexis Midon > Assignee: Rafal Rusin > Fix For: 1.3.4 > > > The current implementation of > org.apache.ode.scheduler.simple.SimpleScheduler#stop does not try to > interrupt the jobs that are actively executed nor to cancel jobs already in > queue waiting to be executed. > This is contradictory with the goal of the stop method. The stop method must > do its best effort to interrupt any on going executions and cancel jobs in > queue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.