-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.2.2.GA
-
None
The new transaction manager in 4.2.x does not implement the TransactionTimeoutConfiguration properly
getTimeLeftBeforeTransactionTimeout(true)
should throw an error if there is a transaction associated with the thread and it is not active, preparing, etc.
Instead it only throws an error if the transaction is marked rollback only.
In particular, a transaction at status ROLLED BACK (because of transaction timeout) should throw an error.
- is blocked by
-
JBTM-371 improve getTimeLeftBeforeTransactionTimeout implementation
- Closed
- is incorporated by
-
JBPAPP-671 New transaction manager does not implement TransactionTimeoutConfiguration properly
- Closed