7 Replies Latest reply on Aug 4, 2008 12:24 AM by ron_sigal

    JBREM-1019, RemotingClassLoader parent first behavior

    starksm64

      For the jbossas5 app client container, a class loader policy that loads from the child first is used to pickup the client jar manifest references. If such a class loader is registered as the user class loader with the RemotingClassLoader, its not going be delegated to first. This results in duplicate and conflicting classes being loaded. There needs to be an option to delegate to the user class loader before the parent.