[jboss-user] [Installation, Configuration & Deployment] - Re: EAR classloading

jaikiran do-not-reply at jboss.com
Sun Feb 18 14:02:21 EST 2007


Have you configured classloader isolation for your application by specifying 

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

in the jboss-app.xml file of your ear.

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

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



More information about the jboss-user mailing list