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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...