[jboss-user] [Installation, Configuration & Deployment] - Re: EAR deployment issues
jaikiran
do-not-reply at jboss.com
Fri Aug 11 05:50:56 EDT 2006
anonymous wrote : 2)I am placing WEB-INF/lib outside war in common.jar (EAR classloader level) but war can not find the required classes from coomon.jar
You will have to add the following entry to application.xml file which is present in the META-INF directory:
<module>
| <java>Common.jar</java>
| </module>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964568#3964568
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964568
More information about the jboss-user
mailing list