ok, we did add this following two lines in GraphSession.deleteProcessInstance, which
resolved the issue.
Do you want me create a bug in JIRA and provide resolution their too?
SchedulerService schedulerService = (SchedulerService)
Services.getCurrentService(Services.SERVICENAME_SCHEDULER, false);
| if (schedulerService!=null)
schedulerService.cancelTimersByProcessInstance(processInstance);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983891#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...