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