[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6667) Rename managed component subtype on TxConnectionFactoryDeploymentMetaData.java to be "Tx" rather than "XA"

Scott M Stark (JIRA) jira-events at lists.jboss.org
Tue Mar 24 21:00:22 EDT 2009


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

Scott M Stark resolved JBAS-6667.
---------------------------------

    Resolution: Done


The subtype has been changed from XA to Tx and the next release of the ConnectionFactoryTypes has a Tx type with XA deprecated:

   public enum ConnectionFactoryTypes
   {
      /**
       * @deprecated use TX
       */
      XA("ConnectionFactory", "XA"),
      /**
       * A transacted connection factory
       */
      Tx("ConnectionFactory", "Tx"),
      /**
       * A connection factory that does not support transactions
       */
      NoTx("ConnectionFactory", "NoTx");


> Rename managed component subtype on TxConnectionFactoryDeploymentMetaData.java to be "Tx" rather than "XA"
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6667
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6667
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>            Reporter: Charles Crouch
>            Assignee: Scott M Stark
>             Fix For: JBossAS-5.1.0.CR1
>
>
> See forum thread for details

-- 
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 jboss-jira mailing list