[jboss-user] [Installation, Configuration & Deployment] - Re: Classloader bug with java2parentdelegation in JBoss 5.x?

jaikiran do-not-reply at jboss.com
Fri Nov 27 11:32:38 EST 2009


My understanding of java2ParentDelegation is to control the parent-first or parent-last behaviour. So if you have set java2ParentDelegation=true, then if the class is not already loaded, then it will always ask the parent first to load the class. And since in your case, the parent is capable of loading that class (from server/default/lib), it will always be loaded from the jars there.


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

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



More information about the jboss-user mailing list