I', using ojdbc14.jar to connect to Oracle 10g DB. While working on single machine i have to problem to connect to DB, but in cluster i got this exception:
J2CA0036E: An exception occurred while invoking method setDataSourceProperties on com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl used by resource jdbc/OracleDSBSCS : com.ibm.ws.exception.WsException: DSRA0023E: The DataSource implementation class "oracle.jdbc.pool.OracleConnectionPoolDataSource" could not be found.
The driver is on file system of DeploymentManager and JVM variable points to it, but it looks like other nodes cannot see driver.
I tried to put driver on same place in their file system but still notning.
Any idea how to solve this?
Thank you all very much on your time .
king regards