Hi,

which settings should be done for this among these two 


  |    1. <jboss-web>  
  |    2.     <class-loading java2ClassLoadingCompliance="false">  
  |    3.  <loader-repository>  
  |    4.  org.myapp:loader=MyClassLoader  
  |    5.  
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
  
  |    6.  </loader-repository>  
  |    7.  </class-loading>  
  |    8. </jboss-web>    
  | 

OR


  | <jboss-app>
  |   <loader-repository> 
  |   com.example:archive=unique-archive-name 
  |      <loader-repository-config> 
  |      java2ParentDelegation=false 
  |      </loader-repository-config> 
  |   </loader-repository>
  | </jboss-app>
  | 

HOw do i specify the <loader-repository> ? Not able to undersatnd from the wiki 
.



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

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

Reply via email to