Declare a loader repository for your app. To do this, in you META-INF/jboss-app.xml file
(within the EAR file), add this entry:
<jboss-app>
| ...
| <loader-repository>my.loader:loader=MyLoader</loader-repository>
| ...
| </jboss-app>
You loader repository name is an MBean name and you can name it any name that follows
MBean naming conventions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119804#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...