[jboss-user] [JBoss jBPM] - Re: Is that possible to create a non-persisted ProcessInstan

boercher do-not-reply at jboss.com
Wed Apr 8 05:25:25 EDT 2009


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



More information about the jboss-user mailing list