JDBC driver does not support XA - Exception
843859Aug 1 2006 — edited Aug 1 2006JDBC driver does not support XA
cannot participate in a two-phase commit
To Force participation set EnableTwoPhaseCommit property on the corresponding JDBCTxDataSource property to true
1) What is a JDBCTxDataSource - what does the TX mean?
2) I have two data sources and according to BEA Weblogic docs, setting the property on both won't solve the problem. I tried.
3) When I try to change the data pools to use XA drivers, I get the following error on server startup:
java.sql.SQLException: Pool connect failed: java.lang.Exception: WebLogic Pool Driver doesn't support XA driver, Please change your config file to use a Non-XA driver