[jboss-user] [JBoss jBPM] - Re: jbpmContext null pointer

hosierdm do-not-reply at jboss.com
Tue Jul 18 11:50:44 EDT 2006


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



More information about the jboss-user mailing list