Implement a hook to allow openejb to intercept stub method calls.
-----------------------------------------------------------------

                 Key: YOKO-272
                 URL: https://issues.apache.org/jira/browse/YOKO-272
             Project: Yoko - CORBA Server
          Issue Type: New Feature
          Components: RMI-IIOP
    Affects Versions: 1.0-incubating-M2
            Reporter: Rick McGuire
             Fix For: 1.0-incubating-M2


Openejb was using the UtilDelegate.loadClass() method to intercept RMI stub 
class loading and using that process to enhance the method stubs to hook the 
method invocation.  The Yoko RMI layer is not loading statically created RMI 
stubs like the Sun ORB does, so this method was failing, resulting in failures 
for the openejb code.  This JIRA will implement a simple hook that will allow 
openejb to fix the immediate TCK problems.  The issue of whether this needs to 
be done in a manner compatible with the Sun implementation will be addressed in 
another JIRA. 

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

        

Reply via email to