- an oracle datasource being used by iBatis DAO layer
- a postgresql datasource being used by JPA DAO layer
Investigation showed me ( a few hours later ) that the oracle datasource is not XA by default. You have to configure it to use the XADataSource. You can find a example in the jboss distribution in docs/examples/jca/oracle-xa-ds.xml
1 comment:
Saved my life, oldie but still useful.
Post a Comment