Each WAR has its own isolated classloader (by default). So classes in WAR1 are not visible
in WAR2. If you want the classes to be visible to all WARs in that EAR then create an jar
containing those classes and place that jar in the EAR/lib folder.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218977#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...