[jboss-jira] [JBoss JIRA] (WFLY-6281) Change CMTTxInterceptor.endTransaction() handling of committing/committed/preparing/prepared to tm.commit instead of tm.suspend
Tom Jenkinson (JIRA)
issues at jboss.org
Thu Feb 25 06:02:00 EST 2016
Tom Jenkinson created WFLY-6281:
-----------------------------------
Summary: Change CMTTxInterceptor.endTransaction() handling of committing/committed/preparing/prepared to tm.commit instead of tm.suspend
Key: WFLY-6281
URL: https://issues.jboss.org/browse/WFLY-6281
Project: WildFly
Issue Type: Enhancement
Components: EJB, Transactions
Reporter: Tom Jenkinson
Priority: Minor
Fix For: 10.1.0.Final
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list