That' s because you are using the JbpmContext.newProcessInstance(String) method and
JbpmContext is a wrapper for HibernateSession.
You must create the process instance with the ProcessInstance.createProcessInstance()
method.
Hope it helps
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187419#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...