up now.
> Thanks for your assistance, it was extremely helpful.
>
> Cheers,
>
> Chris
>
> -Original Message-
> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com]
> Sent: Wednesday, July 13, 2011 3:47 PM
> To: Tomcat Users List
> Subject: Re: Tomc
rs,
Chris
-Original Message-
From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com]
Sent: Wednesday, July 13, 2011 3:47 PM
To: Tomcat Users List
Subject: Re: Tomcat Pool and XA datasource
you've misconfigured it. the driverClassName would have to be a driver.
Using XA data sources need
you've misconfigured it. the driverClassName would have to be a driver.
Using XA data sources needs to create the datasource for those connections
first.
There is an example towards the bottom of
http://www.tomcatexpert.com/blog/2010/04/01/configuring-jdbc-pool-high-concurrency
Filip
On 7/12/
Hello all,
Has anyone ever been able to successfully setup an Oracle XA datasource using
the newer Tomcat Pool and running Tomcat 7? It appears the Tomcat Pool is
attempting to cast the oracle XA data source to a java.sql.Driver - which it
isn't. This needs to be an XA datasource. Anyone hav