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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...