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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
