This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
ok, yesterday everything worked fine. this morning, i am getting in <driver> oracle.jdbc.driver.OracleDriver is not valid... any suggestions on what i need to look at?
alex reznik
Greenhorn
Joined: Jul 02, 2002
Posts: 27
posted
0
please help, i am stuck on this for two days... the error i am getting is this: In <driver>, invalid driver class name: " oracle/jdbc/driver/OracleDriver", my string looks like this:<sql:setDataSource dataSource="jdbc racle:thin:usr/pass@mydomain.com:1521:sid, oracle.jdbc.driver.OracleDriver" /> please help
Shawn Bayern
Author
Ranch Hand
Joined: May 06, 2002
Posts: 160
posted
0
Originally posted by alex reznik: please help, i am stuck on this for two days... the error i am getting is this: In <driver>, invalid driver class name: " oracle/jdbc/driver/OracleDriver", my string looks like this:<sql:setDataSource dataSource="jdbc racle:thin:usr/pass@mydomain.com:1521:sid, oracle.jdbc.driver.OracleDriver" /> please help
For the record, Alex's problem was just that the driver wasn't in WEB-INF/lib.
Shawn Bayern<br />"JSTL in Action" <a href="http://www.jstlbook.com" target="_blank" rel="nofollow">http://www.jstlbook.com</a>