I'm making progress. If I refer to WebLogic JMS then I see that the XA resource used is : weblogic.transaction.internal.ClientTransactionManagerImpl$ClientTMXAResource
And this class creates it?s own weblogic.transaction.internal.XidImpl class to pass to the server. In JBoss, your XA resource is an org.jboss.mq.SpyXAResource, and this just passes on the Xid object it gets which is why my app's own Xid class is passed to the JBoss server and a failure occurs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866672#3866672 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866672 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
