Hi All, 

I'm trying to deploy an ear with the following components: 
EAR 
->SAR (depends on classes in WAR, JAR and HAR) 
->WAR(depends on classes in JAR and HAR) 
     ->JAR(contained in WAR - depends on classes in HAR) 
->HAR 

The SAR needs to access classes defined in the WAR and JAR. It is unable to 
find classes defined in the JAR, and won't deploy. Everything else works as 
intended. 

I believe this to be a classloader problem. Does anyone have any thoughts on 
how to resolve this? 

Cheers, 

Dan

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008253#4008253

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008253
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to