Re: Tomcat Pool and XA datasource

2014-09-01 Thread Sylvain Goulmy
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

RE: Tomcat Pool and XA datasource

2011-07-14 Thread Siemback, Chris
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

Re: Tomcat Pool and XA datasource

2011-07-13 Thread Filip Hanik - Dev Lists
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/

Tomcat Pool and XA datasource

2011-07-12 Thread Siemback, Chris
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