[jboss-user] [Installation, Configuration & Deployment] - Re: JAR files on JBoss

jaikiran do-not-reply at jboss.com
Tue Apr 24 00:23:28 EDT 2007


Classic classloading issue. You will find these wiki pages useful:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases


In short, its recommended that you package those 3rd party jar into your application and then have classloader isolation enabled on your application to avoid and version conflicts with existing libraries in JBoss/other applications deployed on JBoss.

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

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



More information about the jboss-user mailing list