More specifically, you should basically always do something like this:
JbpmContext jbpmContext = JbpmConfiguration.getInstance().createJbpmContext();
| try
| {
| // do some stuff using the context
| }
| finally
| {
| jbpmContext.close();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958864#3958864
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958864
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user