Hi,
I want to deploy my application under Websphere application server 4.0.
My application use Castor Jdo .
I work with Oracle.
On WAS4, I define jdbc driver :
OracleDriver
Implementation : oracle.jdbc.pool.OracleConnectionPoolDataSource
ClassPath : d:\oracle\classora817.zip
( I check : the implementation is in classora817.zip )
I define Datasource on this jdbc Driver :
name : Oracle Datasource
jndi : jdbc/oradev
DataBase Name : ORCL
user ...
Pw : ...
URL : jdbc:oracle:thin:@192.1.0.55:1521:ORCL
In the config castor :
<jndi name="jdbc/oradev" />
I don't understand, all seems to be ok ( like in WSAD ) but i have the next exception :
CastorConnectionManager.getConnection() :
org.exolab.castor.jdo.DatabaseNotFoundException: Nested error:
com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while
the JNDI NamingManager was processing a javax.naming.Reference object. [Root exception
is javax.naming.NamingException: ClassNotFoundException:
oracle.jdbc.pool.OracleConnectionPoolDataSource]
Is someone works with WAS4 and could help me ??
Is someone know if existe a mailing list on the WAS4 subject ??
Thanks for your help.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev