[jboss-jira] [JBoss JIRA] Reopened: (JBAS-8072) wrapXAResource can't be enabled.
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 14:27:11 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reopened JBAS-8072:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all unscheduled AS6 issues that are a year or less old. This will make it easier community members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate them.
> wrapXAResource can't be enabled.
> --------------------------------
>
> Key: JBAS-8072
> URL: https://issues.jboss.org/browse/JBAS-8072
> Project: Legacy JBoss Application Server 6
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JCA service
> Affects Versions: 6.0.0.M3
> Reporter: Jonathan Halliday
> Assignee: Jesper Pedersen
> Fix For: No Release
>
>
> Transaction diagnostics can be improved through the use of the information provided by XAResourceWrapper. However, this currently requires explicitly enabling. Further, it's not possible to enable it in the -ds.xml, only via JMX. This is pointless - it should be on by default.
> When forcing it on, it blows up:
> java.lang.NullPointerException
> org.jboss.resource.connectionmanager.TxConnectionManager.createConnectionListener(TxConnectionManager.java:497)
> org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:647)
> since the BaseWrapperManagedConnection implementation is incomplete:
> public ManagedConnectionMetaData getMetaData() throws ResourceException
> {
> // TODO: implement this javax.resource.spi.ManagedConnection method
> return null;
> }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list