• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Shared library in Websphere

 
Ranch Hand
Posts: 71
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Gurus,

I am using websphere 6.1.0.17, and deploying a application on it at the same time adding a jar file into shared library which contains the modifed class files which are also present in the deployed application, and in my application.xml of the ear file i have given something like this
<module>
<java>appclasses.jar</java>
</module>
<module>
<java>appclass2.jar</java>
</module>
But when ever the application finds a function which is not there in the application and present in the appclass2.jar it gives me error, it never checks the second jar file for the files. I have added the same jar file in the Shared Library also but it does not pick it.
Any other way to do this in websphere 6.1.0.17, the same thing used to work in websphere 5.

Please Help me with this if you know about this.

Thanks
 
We've gotta get close enough to that helmet to pull the choke on it's engine and flood his mind! Or, we could just read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic