Hi,

I'd like to create a XA datasource within Tomcat 6 but i don't find any
example to do so. Tomcat6 provides its own dbcp package but when i compare
it to the standard dbcp package i notice that class related to XA Driver
are missing. The following classes :

org/apache/commons/dbcp/managed/DataSourceXAConnectionFactory.class
org/apache/commons/dbcp/managed/LocalXAConnectionFactory$LocalXAResource.class
org/apache/commons/dbcp/managed/LocalXAConnectionFactory.class
org/apache/commons/dbcp/managed/XAConnectionFactory.class

are not part of the dbcp provided by Tomcat.

Is there any way to define a XA Datasource with Tomcat 6 ?

Any feedback would be appreciated.

Regards.

Reply via email to