Skip to Main Content

Java Database Connectivity (JDBC)

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!

Oracle datasourse in WSAD

349219Oct 3 2002
Greetings,

I'm trying to get a web app working in WSAD (Websphere App Developer), The part that I am having trouble with is getting the Data source, pointing to an Oracle 9i database to work. The jndi lookup is working fine, im getting an exception when I try to call the getConnection method of the datasource; and here it is:

The class (oracle.jdbc.driver.OracleDriver) does not implement javax.sql.ConnectionPoolDataSource or javax.sql.XADataSource

I have downloaded the latest oracle jdbc driver classes (for jdk's 1.2+3 and jdk 1.4) from Oracle, and still no luck.

Any suggestions would be appreciated.

Regards,

Mehdi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2002
Added on Oct 3 2002
0 comments
148 views