On 22/01/2014 17:04, Sylvain Goulmy wrote:
> 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 ?

Add Apache Commons DBCP to your web application and use it directly.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to