Re: How to create an Oracle XA Datasource within Tomcat 7

2014-09-01 Thread Sylvain Goulmy
Hi Stefan, I think that the url parameter is invalid, but the driverType parameter was definitly helpful. I can start my application without any errors with the following configuration : factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" > name="jdbc/mydatasource-xa" > type

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-29 Thread Stefan Mayr
Am 29.08.2014 14:23, schrieb Sylvain Goulmy: Thank you for your feedbacks. I had actually already tried a configuration with a "url" parameter. With this configuration : factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" name="jdbc/mydatasource-xa" password="password" typ

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-29 Thread Sylvain Goulmy
Thank you for your feedbacks. I had actually already tried a configuration with a "url" parameter. With this configuration : factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory" > name="jdbc/mydatasource-xa" password="password" > type="oracle.jdbc.xa.client.OracleXADataSource"

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Stefan Mayr
Am 27.08.2014 11:05, schrieb Sylvain Goulmy: Hi all, I'm trying to setup a XA Datasource configuration in Tomcat 7 with an Oracle database. I have spent a long time trying to set that configuration up without any success. I have read the following blog entry which is i think the only ressourc

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Konstantin Kolinko
2014-08-27 13:05 GMT+04:00 Sylvain Goulmy : > Hi all, > > I'm trying to setup a XA Datasource configuration in Tomcat 7 with an > Oracle database. > > I have spent a long time trying to set that configuration up without any > success. > > I have read the following blog entry which is i think the o

How to create an Oracle XA Datasource within Tomcat 7

2014-08-27 Thread Sylvain Goulmy
Hi all, I'm trying to setup a XA Datasource configuration in Tomcat 7 with an Oracle database. I have spent a long time trying to set that configuration up without any success. I have read the following blog entry which is i think the only ressource that deals with this subject : http://www.to