[jboss-user] [Beginners Corner] - Re: JMS class loading
PeterJ
do-not-reply at jboss.com
Thu Nov 8 11:34:58 EST 2007
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
More information about the jboss-user
mailing list