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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...