• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSTL SQL Driver

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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/[email protected]:1521:sid, oracle.jdbc.driver.OracleDriver" />
please help
 
Author
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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/[email protected]: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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic