]
Scott Marlow commented on WFLY-6214:
------------------------------------
This jira is for a small refinement of the WFLY-1346 changes
Change CMTTxInterceptor.endTransaction() handling of
committing/committed/preparing/prepared to tm.commit instead of tm.suspend
--------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-6214
URL:
https://issues.jboss.org/browse/WFLY-6214
Project: WildFly
Issue Type: Enhancement
Components: EJB
Reporter: Scott Marlow
Priority: Minor
See recent comment [
https://developer.jboss.org/message/950898#950898]
{quote}
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
{quote}
I think that TimerCMTTxInterceptor/LifecycleCMTTxInterceptor are using
CMTTxInterceptor.endTransaction(), so they shouldn't need changes.