-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
See recent comment https://developer.jboss.org/message/950898#950898
Status.STATUS_COMMITTING:
Status.STATUS_COMMITTED:
Status.STATUS_PREPARED:
Status.STATUS_PREPARING:
- Someone has called commit in parallel and the transaction is trying to commit so try to commit too: call tm.commit
I think that TimerCMTTxInterceptor/LifecycleCMTTxInterceptor are using CMTTxInterceptor.endTransaction(), so they shouldn't need changes.
Status.STATUS_ROLLING_BACK can happen if the reaper has started to rollback the transaction
- is cloned by
-
JBEAP-3578 Change CMTTxInterceptor.endTransaction() handling of Status.ROLLING_BACK
- Closed
- is related to
-
WFLY-1346 avoid "transaction is not active" error by having CMTTxInterceptor.endTransaction check transaction status
- Closed