You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Peter Firmstone (JIRA)" <ji...@apache.org> on 2010/03/11 01:01:27 UTC

[jira] Created: (RIVER-332) Use of Depreciated Interface java.rmi.server.RemoteCall

Use of Depreciated Interface java.rmi.server.RemoteCall
-------------------------------------------------------

                 Key: RIVER-332
                 URL: https://issues.apache.org/jira/browse/RIVER-332
             Project: River
          Issue Type: Task
          Components: com_sun_jini_phoenix
    Affects Versions: AR3
            Reporter: Peter Firmstone
            Priority: Trivial


com.sun.jini.phoenix.RegistrySunExporter uses java.rmi.server.RemoteCall, this Interface has been depreciated:

RemoteCall is an abstraction used solely by the RMI runtime (in conjunction with stubs and skeletons of remote objects) to carry out a call to a remote object. The RemoteCall interface is deprecated because it is only used by deprecated methods of java.rmi.server.RemoteRef.

Check to see if functionality is required and can be provided using new method signature.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RIVER-332) Use of Depreciated Interface java.rmi.server.RemoteCall

Posted by "Peter Firmstone (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RIVER-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843851#action_12843851 ] 

Peter Firmstone commented on RIVER-332:
---------------------------------------

The offending method signature is overridden in a static (nested class) called BootstrapServerRef which extends UnicastServerRef which itself is a sun internal API.

This is all related to JRMP.

> Use of Depreciated Interface java.rmi.server.RemoteCall
> -------------------------------------------------------
>
>                 Key: RIVER-332
>                 URL: https://issues.apache.org/jira/browse/RIVER-332
>             Project: River
>          Issue Type: Task
>          Components: com_sun_jini_phoenix
>    Affects Versions: AR3
>            Reporter: Peter Firmstone
>            Priority: Trivial
>
> com.sun.jini.phoenix.RegistrySunExporter uses java.rmi.server.RemoteCall, this Interface has been depreciated:
> RemoteCall is an abstraction used solely by the RMI runtime (in conjunction with stubs and skeletons of remote objects) to carry out a call to a remote object. The RemoteCall interface is deprecated because it is only used by deprecated methods of java.rmi.server.RemoteRef.
> Check to see if functionality is required and can be provided using new method signature.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.