Have you tried to remove the offending object(s) from the Hibernate session? I 
don't know if it is possible to access it in the right moment but I would try
jbpmContext.getSession().evict(processInstance) (or the like)

BTW: Doesn't it help to omit the call to jbpmContext.save() ?

Volker

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224272#4224272

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224272
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to