[jboss-user] [JBoss jBPM] - Re: couldn't find process definition 'helloworld'

salaboy21 do-not-reply at jboss.com
Thu Nov 6 11:45:35 EST 2008


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#4187419

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



More information about the jboss-user mailing list