I am puzzled. My jdbc config works with the following
DataSource Class com.wm.dd.jdbcx.oracle.OracleDataSource
But not with this one, as recommended in this thread.
DataSource Class com.jdbc.pools.OracleDataSource
When I try to enable the connection I get the following error:
The JDBC DataSource class “com.jdbc.pools.OracleDataSource” cannot be found.
- I placed ojdbc14.jar in packages\WmJDBCAdapter\code\jars and removed it from …\lib\jars
- I renamed classes12.jar to classes12.jarx
- My jvm is 1.4
- There are no trailing spaces in the DataSource name
Any clues?