[jboss-user] [JBoss Seam] - Re: What is the difference between EJB and POJO transactions

christian.bauer@jboss.com do-not-reply at jboss.com
Mon Apr 23 04:10:35 EDT 2007


EJB 3.0 does not support disabling automatic flushing of the persistence context. This was one of the questionable changes forced into the specification by certain experts. The PC is always flushed automatically if there is a commit, the only way to prevent it is complicated auto commit mode.

Or the Hibernate setting that is also available in Seam. As soon as other JPA providers also add this essential feature, Seam will support that too.

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

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



More information about the jboss-user mailing list