Re: Oracle DataSource configuration

2004-01-01 Thread Dirk Verbeeck
The exception you see is an indication that the factory doesn't see the ResourceParams you have specified. Try to print out the url and driverClassName properties of BasicDataSource, you will see they are null. You have an extra /ResourceParams tag there in your definition of the server.xml

Oracle DataSource configuration

2003-12-29 Thread Ed Dowgiallo
I'm running into the following exception when issuing a getConnection to an Oracle DataSource. SQLException: Cannot create JDBC driver of class '' for connect URL 'null' It has the following definition in a Tomcat 4.1.29 server.xml file. Resource name="Library" auth="Container"

RE: Oracle DataSource configuration

2003-12-29 Thread Ben Anderson
Mailing List [EMAIL PROTECTED] Subject: Oracle DataSource configuration Date: Mon, 29 Dec 2003 11:12:11 -0500 I'm running into the following exception when issuing a getConnection to an Oracle DataSource. SQLException: Cannot create JDBC driver of class '' for connect URL 'null' It has the following

RE: Oracle DataSource configuration

2003-12-29 Thread Kris Schneider
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Oracle DataSource configuration Date: Mon, 29 Dec 2003 11:12:11 -0500 I'm running into the following exception when issuing a getConnection to an Oracle DataSource. SQLException: Cannot create JDBC driver of class

RE: Oracle DataSource configuration

2003-12-29 Thread Steve Muench
, December 29, 2003 08:12 To: Struts Users Mailing List Subject: Oracle DataSource configuration I'm running into the following exception when issuing a getConnection to an Oracle DataSource. SQLException: Cannot create JDBC driver of class '' for connect URL 'null' It has the following definition

Re: Oracle DataSource configuration

2003-12-29 Thread Ed Dowgiallo
Users Mailing List [EMAIL PROTECTED] Sent: Monday, December 29, 2003 12:13 PM Subject: RE: Oracle DataSource configuration The following: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html explains TC 4.1's class loaders. Personally, I also place JDBC drivers

Re: Oracle DataSource configuration

2003-12-29 Thread Kris Schneider
and oracle.jdbc.driver.OracleDriver? Thank you, Ed - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, December 29, 2003 12:13 PM Subject: RE: Oracle DataSource configuration The following: http://jakarta.apache.org/tomcat/tomcat-4.1