java-jdbc
java-jdbc copied to clipboard
Support for XA datasources
I have several applications configured to use XA datasources and would like to have tracing added to these applications. As far as I can see this requires an implementation of java.sql.XADatasource in order to work (it certainly fails if a add tracing to an XA connection url). Is there any plans for supporting XA datasources?