[jboss-dev-forums] [Design of JBoss ESB] - Re: classloading configuration for .esb file

Kevin.Conner@jboss.com do-not-reply at jboss.com
Fri May 2 14:01:04 EDT 2008


You can scope the deployment by adding the classloader configuration to the deployment.xml file (see some of the quickstarts for example deployment.xml files)

You need to add a section similar to the following: -


  |    <loader-repository>
  |        org.test.xyz:loader=example-scoped-loader
  |       <loader-repository-config>
  |          java2ParentDelegaton=false
  |       </loader-repository-config>
  |    </loader-repository>
  | 


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

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



More information about the jboss-dev-forums mailing list