[jboss-user] [JBoss Seam] - Re: Do I need to use FlushMode.MANUAL for this??

2007-04-27 Thread lindsayh
Fair enough. MANUAL it is then. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041283#4041283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041283 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Do I need to use FlushMode.MANUAL for this??

2007-04-26 Thread [EMAIL PROTECTED]
Well, or you could run the EJB method with TransactionAttributeType.NEVER, which switches to auto-commit JDBC connections and also prevents automatic flushing. But this is clumsy and harder to control. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041107#40

[jboss-user] [JBoss Seam] - Re: Do I need to use FlushMode.MANUAL for this??

2007-04-26 Thread [EMAIL PROTECTED]
No, you need FlushMode.MANUAL if you want to disable automatic flushing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041106#4041106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041106 _