[jboss-jira] [JBoss JIRA] Updated: (AS7-1482) XATerminatorService needs jta/jts differentiation
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Tue Sep 27 08:34:26 EDT 2011
[ https://issues.jboss.org/browse/AS7-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefano Maestri updated AS7-1482:
---------------------------------
Fix Version/s: 7.1.0.CR1
> XATerminatorService needs jta/jts differentiation
> -------------------------------------------------
>
> Key: AS7-1482
> URL: https://issues.jboss.org/browse/AS7-1482
> Project: Application Server 7
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 7.0.0.Final
> Reporter: Jonathan Halliday
> Assignee: Jonathan Halliday
> Fix For: 7.1.0.CR1
>
>
> The XATerminatorService hardcodes instantiation of a com.arjuna.ats.internal.jbossatx.jta.jca.XATerminator instance, which is correct for JTA mode operation but invalid for JTS (jtax) mode usage. For the latter, a com.arjuna.ats.internal.jbossatx.jts.jca.XATerminator instance in required instead. The service must take account of the mode the transaction system is running in and correctly select which class to instantiate.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list