#1)  I don't think @FlushMode on the class will work.  Do 
EntityManager.setFlushMode(NEVER) instead.

#2) Is the RamzesException a RuntimeException or RemoteException or annotated 
with @ApplicationException(rollback=true)?

#3) FYI, FlushMode.NEVER will be removed in the final version of the 
specification.  Instead, you can get the same behavior by doing EM operations 
outside of a JTA transaction.  If you don't like this (I don't) please bitch 
directly to Mike Keith <[EMAIL PROTECTED]> please and also [EMAIL PROTECTED]

#4) @FlushMode is dissappearing I believe as well.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to