Try putting the jar files in your ear file, and adding a loader repository to META-INF/jboss-app.xml/. For example: <jboss-app> | <loader-repository>lindsay.loader:loader=LindsayLoader</loader-repository> | </jboss-app>
See http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Inside_the_JBoss_Class_Loading_Architecture-Scoping_Classes.html, or do a search in the wiki on "class loader repository". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102997#4102997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102997 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
