[jboss-user] [jBPM] - jBPM 5.2: How to restart timer?
Stefan Krause
do-not-reply at jboss.com
Tue Dec 20 15:52:33 EST 2011
Stefan Krause [http://community.jboss.org/people/krausest] created the discussion
"jBPM 5.2: How to restart timer?"
To view the discussion, visit: http://community.jboss.org/message/642548#642548
--------------------------------------------------------------
My Process looks like that: Script Task -> Intermediate Timer Event -> Script Task
To simulate an appserver restart while waiting for the timer I want to terminate the JVM process before the timer expires. In a new JVM process I want to restart the process and see the timer expire. How to do that?
My current attempt is the following:
I keep the session id from the session I created via JPAKnowledgeService.newStatefulKnowledgeSession(knowledgeBase, null, env) and restore the session with that id by calling JPAKnowledgeService.loadStatefulKnowledgeSession(sessionId, knowledgeBase, null, env). Nevertheless the timer is not fired. If I perform the test in one VM (starting the process, disposing the the KnowledgeSession and reloading with loadStatefulKnowledgeSession) the timer fires.
Who can help?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/642548#642548]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111220/b70e0fd4/attachment-0001.html
More information about the jboss-user
mailing list