]
Jesper Pedersen resolved JBAS-8072.
-----------------------------------
Resolution: Out of Date
Implemented in AS 7.0.0.Alpha1
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: