Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4117427

should not throw StubNotFoundException when marshalling Remote

XMLWordPrintable

    • 1.2.2
    • sparc
    • solaris_2.5

      To allow IIOP remote references to be transmitted over the RMI native protocol
      RMI needs to allow an implementation of java.rmi.Remote that is not a
      java.rmi.server.RemoteStub to be serialized when marshalled during a
      remote call. Currently, a StubNotFoundException will be thrown in the
      case that the object implements Remote, but is not a RemoteStub. If the
      Remote object is not exported to the RMI native runtime and no stub instance
      can be found for that remote object, the object should be allowed to
      be serialized so that foreign stub types can be sent in RMI calls.

            awollratsunw Ann Wollrath (Inactive)
            awollratsunw Ann Wollrath (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: