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 :

   <Resource
factory="org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory"
name="jdbc/mydatasource-xa" password="password"
type="oracle.jdbc.xa.client.OracleXADataSource" user="userName"
url="jdbc:oracle:thin:@myHost:1522:myDataBase" />


Did you try the other option of adding driverType="thin" and portNumber="1521" ?

Although I don't get why makeURL is called if an URL is set. From what I find via google this could be a bug in the oracle driver.

Regards,

  Stefan

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

Reply via email to