Hi,
I have a stateless session bean which has a method for inserting data in 2
tables in a database. I set the transaction attribute to "required" (also
"requiresNew") and I forced an error on the second insert statement. The
problem is that the transaction is not rolled back (the first insert
statement is still executed).
I also tried bean managed transaction demarcation, transactions is rolled
back (i.e. rollback function is executed), but the changes from the first
insert statement remain.
If anyone has any idea please write to me.
Thanks,
        Florin

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to