Hello,

I try to use UserTransaction to control entity beans.
javax.transaction.UserTransaction utx =
              (javax.transaction.UserTransaction)
ctx.lookup("javax.transaction.UserTransaction");
          utx.begin();
r.remove()
          utx.rollback();


The ejbRemove call in the bean is always called no matter if I issue a
commit() or a rollback().

On the other hand, I can successfully rollback a transaction that does a
modification to my database (actually hold the call to ejbStore !).

Any thought on this ?

Guy

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to