[jboss-user] [JBoss jBPM] - Re: Timer Problem

tom.baeyens@jboss.com do-not-reply at jboss.com
Tue Jan 30 09:13:59 EST 2007


before spending a lot of time on the timer issue, i would clean up the process xml.  just to be sure to exclude any interference of another issue.

remove the process action at the end and make sure that the node has the transition that is specified in the timer (currently it has not)

then examine the jBPM debug logs (disable all other hibernate logging).  you should get an idea of when state 'false' is entered. that is when the timer should be created.    you should see a debug log like 'saving timer'

most likely this is a configuration/setup problem.

hope this helps

then i would suggest to set a breakpoint on the createTimer method.

is your transaction committing ?

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

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



More information about the jboss-user mailing list