Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ojdbc14.jar (JDBC 3.0 drivers) and JDev

409904Jun 4 2004 — edited Apr 24 2007
I've decided to try to switch to JDBC 3 drivers so that I can play with named parameters in my CallableStatements. I downloaded ojdbc14.jar from Oracle and put it in my project directory (WEB-INF/lib). I then created a new library for it and included the library in my project. Then I removed the Oracle JDBC library from inclusion in my project. Now I am trying to figure out how to get data sources defined in the data-sources.xml file to look at the new JDBC library (WEB-INF/lib/ojdbc14.jar) rather than the old one (jdbc/lib/classes12.jar). Does anyone know how to do this?

Thanks,
Jeff
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2007
Added on Jun 4 2004
3 comments
814 views