it's simply a matter of classloading.
If you put files in the WEB-INF/lib dir they will be visible only to the web application.
Good if these lib are only needed by the webapp
On the other hand if you need the jar file for the WHOLE enterprise application put it in
the ear file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174331#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...