• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RAD 7.0 - rsadapter issue

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 20
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
reply
    Bookmark Topic Watch Topic
  • New Topic