I get the following rollback exception when attempting to commit my
changes.
"javax.transaction.RollbackException
        at
org.objectweb.jonas.jta.TransactionImpl.commit(TransactionImpl.java:163)

        at org.objectweb.jonas.jta.Current.commit(Current.java:208)
        at ..."

If I change the code from using the transactions to using the connection
from my DataSource, and setting the autocommit to false, then commiting
the connection after I am done all works well.

I really want to use the javax.transaction.UserTransaction transactions,
any ideas why I would get this from the transaction and not from the
connection?

Any help appreciated,
Chris



----
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