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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820562

The setDelegate warning is irrelevant.



You either need to disable the extension of the unified class loader down to the war 
level by setting the UseJBossWebLoader attribute mentioned by Juha, or isolate the war 
classes from each other by specifying scoped class loading in the 
war/WEB-INF/jboss-web.xml:



<jboss-web>

   <class-loading java2ClassLoadingCompliance="false">

      <loader-repository>

         somedomain:war=some.war

         <loader-repository-config>

            java2ParentDelegation=true

         </loader-repository-config>

      </loader-repository>

   </class-loading>

</jboss-web>





Why is this post in this forum anyway?




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to