I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — OMG ZIP FILE ISSUES for IDL to Java RTF (01)

  • Key: I2JAV11-115
  • Legacy Issue Number: 3654
  • Status: closed  
  • Source: Oracle ( Anita Jindal)
  • Summary:

    We notice the following discrepancies with org.omg.PortableServer package
    published as part of 00-02-01.tar at the OMG web site. We need to get
    these issues resolved as soon as possible (especially before the next release
    of JDK).

    (1). Following specified interfaces have an extra inheritance from
    an org.omg.CORBA.Object interface.

    org.omg.PortableServer.Current.java
    org.omg.PortableServer.ServantActivator
    org.omg.PortableServer.ServantLocator

    e.g., the actual inheritance hierarchy for Current should be:

    public interface Current extends CurrentOperations,
    org.omg.CORBA.Current, org.omg.CORBA.portable.IDLEntity

    whereas, in the OMG published interfaces it is:

    public interface Current extends
    org.omg.PortableServer.CurrentOperations,
    org.omg.CORBA.Current,
    org.omg.CORBA.portable.IDLEntity,
    org.omg.CORBA.Object

    PLS. NOTE AN EXTRA INHERITANCE FROM org.omg.CORBA.Object interface,
    which should not be there, since there is already an inheritance from
    org.omg.CORBA.Current. Same for other interfaces.

  • Reported: I2JAV 1.0 — Tue, 30 May 2000 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    No Data Available

  • Updated: Fri, 6 Mar 2015 21:38 GMT