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