[jboss-user] [JBoss Seam] - Re: how to stop seam auto updating database

2008-01-04 Thread [EMAIL PROTECTED]
Do it programatically PersistenceProvider.instance().setManualFlushMode(entityManager); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117010#4117010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117010

[jboss-user] [JBoss Seam] - Re: how to stop seam auto updating database

2008-01-03 Thread [EMAIL PROTECTED]
Use manual flush mode and don't call entityManager.flush() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116809#4116809 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116809 ___

[jboss-user] [JBoss Seam] - Re: how to stop seam auto updating database

2008-01-03 Thread terryb
is that the case too when there is no long running coversation and seam managed transactions? Docs have info about manual trans with BEGIN END annotations only. haven't been able to figure out manual trans in absence of BEGIN END... | components.xml |