FlushModeType.MANUAL does not help in every case.
I have tired to struggle with flushing. The only sure way now is to evict 
objects from persistent context.

Session session = (Session) getEntityManager().getDelegate();
  | session.evict(obj);


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

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

Reply via email to