[jboss-user] [jBPM Users] - Re: About cancel the timer in timer action handler

2009-09-12 Thread kukeltje
I have no clue what you are trying to achieve and mean with your latest post... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254883#4254883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254883 ___

[jboss-user] [jBPM Users] - Re: About cancel the timer in timer action handler

2009-09-12 Thread sweet_yangyz
Thank you for you help,kukeltje. Yes ,When the task instance is ended,the timer will be delete automiclly, So I try to delete the time directly from table jbpm_timer by invoke "deleteTimer(findTimersByName(...))", but a hibernate update exception will be throw,could you prompt me something? :)