[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

sebastian.s do-not-reply at jboss.com
Tue Sep 29 12:46:03 EDT 2009


Okay, thanks for all the hints. It was really due to a classpath problem. 

Here's what I found:

Logging and using Tom's hint with the DBManager showed that there was a query for an execution which did not exist anymore. Before the executing of the job (transition with timer to task "escalation") there are 2 entries in the Execution Table. One is "escalation.1" and the second is "escalation.1-timeout". After the transition to "escalation" escalation.1-timeout gets deleted, execution.1 is active again and when you try to complete the task "timeout" which is still in the tasklist you get the Exception because the associated execution cannot be found.

(I did not post logs since there cannot be seen really a lot and they get very large with a higher loglevel set.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257701#4257701

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257701



More information about the jboss-user mailing list