Oracle datasourse in WSAD
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