Discussions
EJB programming & troubleshooting: How to overiding jar in Weblogic-classpath by the jar in the ear
-
How to overiding jar in Weblogic-classpath by the jar in the ear (0 messages)
- Posted by: Rajiv Panwar
- Posted on: May 06 2007 13:23 EDT
Hi I have a jar "a.jar" in the Weblogic classpath ,I also ve the same a.jar(different version)in the ear(under APP-INF/lib directory).When i deploy the ear it always picks up from the weblogic classpath and not from the ear. How can i solve this kindly advice I cannot remove the a.zar from weblogic classpath because other application's in the same domain uses it.