There is very little change between 4.0 and 4.2.x/5.x for Oracle XA except that the transaction manager in the later versions always pads the XIDs so there is no longer a configuration for that.
I'd suggest you use the example in the Oracle docs on how to create an XA connection by hand. This will let you see the error code of the OracleXAException thrown by Oracle's XAResource.start() Which most likely is telling you that Oracle is not configured properly for XA? You might also want to complain to Oracle that their exception doesn't contain any useful information? :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236019#4236019 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236019 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
