[jboss-user] [JBoss jBPM] - Re: DelegationException - some sort of configuration issue
sreepathia@gmail.com
do-not-reply at jboss.com
Wed Jun 4 11:32:35 EDT 2008
Hi nizzy,
I am not sure what exactly you are tryign to do int eh client, but as per your last stacktrace i think you are using your own hibernate session to update the database or closing the jbpmcontext between your methods
anonymous wrote : deploy
| createProcessInstance
| storeInContextInstance
Eitehr you need to start a seperate transaction and mange the operations with in that new transaction or do all the operations in one single method/call.
hope this may help you.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155731#4155731
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155731
More information about the jboss-user
mailing list