Details
-
Task
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
River_2.2.0
-
None
-
None
Description
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.