[jboss-jira] [JBoss JIRA] (AS7-1482) XATerminatorService needs jta/jts differentiation

Jonathan Halliday (Assigned) (JIRA) jira-events at lists.jboss.org
Wed Nov 9 11:17:45 EST 2011


     [ https://issues.jboss.org/browse/AS7-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Halliday reassigned AS7-1482:
--------------------------------------

    Assignee: Stefano Maestri  (was: Jonathan Halliday)

    
> 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: Stefano Maestri
>             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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list