[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Remoting and remote classloading

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jul 29 14:26:17 EDT 2008


I'm running into a similar issue where the remoting class loader (org.jboss.remoting.loading.RemotingClassLoader)  logic to ask the parent class loader before the user class loader is reversing the class loading policy of the javaee app client container. This results in inconsistent classes as bean interfaces are being loaded twice.

At a minimum, there needs to be a parent first flag that allows the user class loader to be tried first. The description of the fix for JBREM-962 I see is too specific to the jboss4x class loader architecture, so I'm going to create a new issue for 2.4.0.GA.


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

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



More information about the jboss-dev-forums mailing list