The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces. -------------------------------------------------------------------------------------------------
Key: YOKO-423 URL: https://issues.apache.org/jira/browse/YOKO-423 Project: Yoko - CORBA Server Issue Type: Bug Security Level: public (Regular issues) Components: RMI-IIOP Affects Versions: v1.0.0 Reporter: Rick McGuire Assignee: Rick McGuire Fix For: v1.0.0 The RMI support is not creating valid stubs for Remoter interface classes where there are methods that don't throw RemoteException. Those methods are not getting added to the stub, resulting in AbstractMethodErrors on the method calls. A good example of such an interface is the javax.management.remote.rmi.RMIServer class, where the newClient() method does not throw RemoteException. This works correctly with the Sun and IBM ORBs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.