]
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: