wild guess: using the servlet, jbpm can store the transaction in the threadlocal created at startup by the servlet thread that stays alive until shutdown of the app.
why don't you use the traditionnal Servlet to check? http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/job/executor/JobExecutorServlet.html alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104293#4104293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104293 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
