[jboss-user] [jBPM] - Re: JEE + jBPM + threads
Sergey Sazonov
do-not-reply at jboss.com
Tue May 28 05:38:21 EDT 2013
Sergey Sazonov [https://community.jboss.org/people/sergey.sazonov] created the discussion
"Re: JEE + jBPM + threads"
To view the discussion, visit: https://community.jboss.org/message/819816#819816
--------------------------------------------------------------
Thanks again.
I chose the way with signal events instead of timers. If I need a timer I just create an event "timerEvent_1000" where 1000 is the interval of the timer. In ProcessEventListener I catch all these event difinitions and create EJB timers. When an EJB timer is triggered I send "timerEvent_1000" to my process. So I got what I need. One thread for one call to jBPM and unlimited container managed threads.
Also I could successfully run jBPM 5 with GlassFish 3 and EclipseLink. If anyone is intrested in that I can write down the details.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/819816#819816]
Start a new discussion in jBPM at Community
[https://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/20130528/5ad68adf/attachment.html
More information about the jboss-user
mailing list