[jboss-user] [JBoss jBPM] - Re: How to get the jbpm context ?

cpob do-not-reply at jboss.com
Mon Dec 18 10:28:43 EST 2006


You have to create the jbpm context first with 

JbpmConfiguration.getInstance().createJbpmContext();

before you can get the current.  Once you have created it, then you can get the current with JbpmContext.getCurrentJbpmContext()

You've got to create something before you can get the current instance of it :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994693#3994693

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994693



More information about the jboss-user mailing list