Reputation: 21
I'm fighing with this error almost all day.
What I have:
Websphere 8.5.5, configured data provider(with classpath pointed to a separately placed ojdbc6_g-11.2.0.2.0.jar), with isolatied mode On war application with ojdbc6_g-11.2.0.2.0.jar driver inside it.
I found next one post but I don't understand a solution with deletion jar from an application.
If I delete it, I get NoClassDefFoundError. Otherwise I get 'java.lang.ClassCastException: oracle.jdbc.driver.LogicalConnection incompatible with oracle.jdbc.OracleConnection' If i remove it from dataprovider classpath then datasource brokes.
I've made a search for all OracleConnection.class inside Websphere and found them only inside my application.
pls, help..
Upvotes: 1
Views: 1257
Reputation: 21
Solved. Enought just remove ojdbc jar from dataprovider and war application, and point to it in ProcessDefinition->jvm
Upvotes: 1