[jboss-user] [JBoss jBPM] - Re: closed JbpmContext in different order then they were cre

mingdexu do-not-reply at jboss.com
Tue Feb 3 20:42:57 EST 2009


Looking at the JBPM code (3.3.1GA), it seams that in JbpmConfiguration.java there is a singletion Stack that is used to push and pop JbpmContext.  If you have multi-thread in your application (including time and async job), the JbpmContext cannot be pushed and poped in the right order.

You can take a look at JbpmConfiguration.java for methods pushJbpmContext() and popJbpmContext() for detail.

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

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



More information about the jboss-user mailing list