Hi,
Need more info on this. rsadapeterspi.jar is a Websphere internal jar and why do you try to include externally. Do you refer them in your code?.
Are you still trying to use the jar file that of WAS 5 . How will it go with WAS 6.1?. Please come up with more inputs.
Originally posted by hariharakarthi Subramanian:
Hi,
We are migrating from WSAD 5.1.2 to RAD 7.0. Our prjoect imports
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection and com.ibm.ws.rsadapter.jdbc.WSJdbcUtil classes from rsadapeterspi.jar file.
In WSAD 5.1.2, we configured our build path of the project to include rsadapeterspi.jar from WSAD 5.1.2 runtime lib directory.
In RAD 7.0, we configured our build path of the project to include rsadapeterspi.jar from RAD 7.0 runtime lib (runtimes\base_v6\stub\lib) directory.
Now the project throws the error,
"The type com.ibm.websphere.rsadapter.WSConnection cannot be resolved. It is indirectly referenced from required .class files". It says can't find the class com.ibm.websphere.rsadapter.WSConnection in the build path. More importantly, the com.ibm.websphere.rsadapter.WSConnection is not used by our source code.
Please help us to resolve this.