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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...