Hi, PortableRemoteObject is just a helper class which the server implementation can choose to use...
I don't think we need to override that... It also statically tries to load the delegate & by default loads the sun's implementation of the PortableRemoteObject. We would need to set the property javax.rmi.CORBA.PortableRemoteObjectClass to our implementation... - Balaji -----Original Message----- From: Anders Hessellund Jensen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 10:26 AM To: [email protected] Subject: Re: Location of javax.rmi package Mosur Ravi, Balaji wrote: > Hi, > > Just a clarification, do you mean the javax.rmi.CORBA package, because > that's the one that can use the endorsed override mechanism... I think that is an error on the web page, http://java.sun.com/j2se/1.4.2/docs/guide/standards/. javax.rmi (not to be confused with java.rmi) defines only a single class, PortableRemoteObject. The interface of this class is defined in the JAVA to IDL specification from OMG, just like the javax.rmi.CORBA package. It would seem rather odd if this class cannot be overrided as well.
