javax.rmi.CORBA.Util should not be using Class.forName() to load util delegate 
class.
-------------------------------------------------------------------------------------

                 Key: YOKO-194
                 URL: http://issues.apache.org/jira/browse/YOKO-194
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: RMI-IIOP
    Affects Versions: 1.0-incubating-M1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
            Priority: Critical
             Fix For: 1.0-incubating-M1


The javax.rmi.CORBA.Util class is using Class.forName() to load the delegate 
class.  This requires that the delegate class be on the bootstrap class path, 
which will break most applications trying to use a delegate override.  This 
behavior is different from the Sun behavior, which appears to use the defined 
default class loading sequence documented for Util.loadClass().  

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

        

Reply via email to