[jbossts-issues] [JBoss JIRA] Created: (JBTM-524) BridgeWrapper uses wrong UnknownTransactionException

Jonathan Halliday (JIRA) jira-events at lists.jboss.org
Mon Apr 6 08:02:23 EDT 2009


BridgeWrapper uses wrong UnknownTransactionException
----------------------------------------------------

                 Key: JBTM-524
                 URL: https://jira.jboss.org/jira/browse/JBTM-524
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: XTS
    Affects Versions: 4.6.0
            Reporter: Jonathan Halliday
            Assignee: Jonathan Halliday
             Fix For: 4.7.0


The XTS subordinate tx support API exposes the internal version of UnknownTransactionException instead of the one from the published API jar, which causes linking problems for client apps.

change import com.arjuna.mw.wst.exceptions.UnknownTransactionException;
to import com.arjuna.wst.UnknownTransactionException;




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list