-
Bug
-
Resolution: Done
-
Major
-
4.6.1
-
None
In JTA, if a thread commits a transaction already committed by another thread, you get no errors (as expected).
However, JTS throws a RollbackException. While the spec is pretty liberal about throwing exceptions in commit, RollbackException seems wrong.
To reproduce
T1: suspend TX, pass to T2
T2: resume TX, commit
T1: resume TX, commit
- relates to
-
JBAS-6896 org.jboss.test.tm.test.MTTransactionManagerUnitTestCase(jts)
- Closed
-
JBPAPP-2346 Update JBossTS to 4.6.1.GA_CP01
- Closed