[jboss-user] [JBoss Seam] - Re: DB-Updates already happening in updateModelValues?

gavin.king@jboss.com do-not-reply at jboss.com
Tue Nov 7 11:17:55 EST 2006


All depends upon how you are managing transactions. Results (usually) get flushed when transactions commit. If you use Seam transaction management (ie. SeamExtendedManagedPersistencePhaseListener) this happens at the end of the invoke application phase. If you use EJB3, it happens when session bean methods are called.

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

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



More information about the jboss-user mailing list