[jboss-user] [Installation, Configuration & Deployment] - Re: Jar Management

genman do-not-reply at jboss.com
Sat May 19 23:25:45 EDT 2007


If the versions of libraries your app uses match the application server's closely, I usually resort to using the app server's libraries. This isn't really portable.

You can duplicate them, but if you do, you need to configure your .ear to isolate out the JBoss ones in favor of your own. Otherwise, the behavior is unspecified (likely to cause trouble). Use "java2ParentDelegation=false "

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

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

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



More information about the jboss-user mailing list