I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Potential problem with Java Mapping ORB init for Applet

  • Key: I2JAV11-91
  • Legacy Issue Number: 2079
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Summary: While working on the revised interoperable naming specification,
    a java issue came up with regard to arguments to CORBA ORB_init.

    The PIDL reads as:
    module CORBA

    { typedef string ORBid; typedef sequence <string> arg_list; ORB ORB_init(inout arg_list argv, in ORBid orb_identifier); }

    However the java mapping for init in an applet is:
    // public static ORB init(Applet app, Properties props);

    Using a property list for the argument list results in considerably
    different behavior than the PIDl sequence<string> definition, mainly
    no preservation of sequence order and no repeating elements
    (properties).

  • Reported: I2JAV 1.0 — Wed, 14 Oct 1998 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    resolved

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