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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...