[
https://jira.jboss.org/jira/browse/JBAS-6667?page=com.atlassian.jira.plug...
]
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