[jboss-user] [JBoss jBPM] - Re: couldn't commit hibernate session
vtysh
do-not-reply at jboss.com
Mon Jul 2 05:39:16 EDT 2007
Maybe you should try another costruction
try
ProcessInstance pi = pd.createProcessInstance();
instead
ProcessInstance pi = new ProcessInstance(pd);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059547#4059547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059547
More information about the jboss-user
mailing list