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
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
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"
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
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
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