You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/03/21 20:37:26 UTC

[jira] Created: (YOKO-423) The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

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.


[jira] Closed: (YOKO-423) The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YOKO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed YOKO-423.
-----------------------------


> 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.


[jira] Resolved: (YOKO-423) The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YOKO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved YOKO-423.
-------------------------------

    Resolution: Fixed

> 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.