[jboss-jira] [JBoss JIRA] Created: (JBREM-1041) Remote classloading does not work with Isolated EARs, Part 2

Ron Sigal (JIRA) jira-events at lists.jboss.org
Fri Oct 3 01:57:21 EDT 2008


 Remote classloading does not work with Isolated EARs, Part 2
-------------------------------------------------------------

                 Key: JBREM-1041
                 URL: https://jira.jboss.org/jira/browse/JBREM-1041
             Project: JBoss Remoting
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.2.2.SP10
            Reporter: Ron Sigal
            Assignee: Ron Sigal
             Fix For: 2.2.2.SP11


There are two bugs in org.jboss.remoting.marshal.MarshallerLoaderHandler.loadClassBytes():

1. The while loop needs a break; and

2. the call to org.jboss.mx.loading.LoaderRepository.getCachedClass() should be the more general call LoaderRepository.loadClass().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list