| Author |
javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception
|
santhosh mohan
Greenhorn
Joined: Jan 18, 2009
Posts: 1
|
|
Dear All,
I am getting the following exception while running my application.
javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.
commitwhenaborted] Can't commit because the transaction is in aborted state
Can anyone please let me know the reason for this error, since i am new to weblogic.
regards,
Santhosh
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8210
|
|
santhosh mohan wrote:Dear All,
I am getting the following exception while running my application.
javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.
commitwhenaborted] Can't commit because the transaction is in aborted state
Looks like the transaction had been aborted earlier maybe because of some exception, and some piece of code is calling commit on this aborted transaction.
santhosh mohan wrote:
Can anyone please let me know the reason for this error, since i am new to weblogic.
Do you really mean weblogic? Or was that a typo?
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.] exception
|
|
|