[jboss-user] [JBoss Seam] - Re: jBPM and Seam Events question
gavin.king@jboss.com
do-not-reply at jboss.com
Tue Jun 26 13:33:51 EDT 2007
This is the exception you get from Hibernate when two concurrent transactions try to update the same data (in this case the jBPM token for the process instance). It is probably because your async process runs at the same time as the process that initiated it. Try putting a delay on the async process.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057801#4057801
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057801
More information about the jboss-user
mailing list