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