There are two ways to achieve this. One is to use the Hibernate-specific setting FlushModel.NEVER (or FlushMode.MANUAL).
The other way is to make sure that all requests except for the last request run outside of a transaction context. ie. use Tx.NOT_SUPPORTED View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951899#3951899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951899 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
