This one was bizarr!

Hibernate does an autoflush when createQuery is called (I don't know if this 
always happens but in this case it did and to find out I had to trace 15 
stacklevels of Hibernate code)

As I have some 'transient' objects in the current processInstance (I remove 
them before persisting, see Thread on RuntimeActions) this caused the 
excpetion. Setting session.setFlushMode( Commit ) did the trick.

Rainer

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919382


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to