[jboss-user] [JBoss jBPM] - Re: Bizarro jBPMException when trying to create a new JbpmCo
cpob
do-not-reply at jboss.com
Thu Sep 7 08:52:32 EDT 2006
Because you are using the JbpmContextFilter, which opens and closes the context for you in your servlet. Your servlet should not create a context, but should get the current context.
JbpmConfiguration jc = JbpmConfiguration.getInstance();JbpmContext jbpmContext = jc.getCurrentJbpmContext();
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970078#3970078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970078
More information about the jboss-user
mailing list