Hello,
I'm using JBoss 3.2.3 and 3.2.5 with stateless session beans doing JDBC things to an 
Oracle 8.1.7 db. Things are working fine but I discovered by accident that an update 
to the database is committed in a method with a NotSupported transaction type set. It 
also happens with the type Never. It looks as if there is no transaction context the 
method commits every database update. Even if you throw an EJBException from the 
method the database updates are committed. I know I should not perform database 
updates in a method with a NotSupported transaction type.
Is this a normal behaviour? I'm a thinking wrong?
My thought was that a method without a transaction context should not perform any 
commit.

Someone any idea about this?

Many thanks,
Johan

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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to