DEPL 1.0 NO IDEA Avatar
  1. OMG Issue

DEPL — There is no ObjectSeq type in orb.idl

  • Key: DEPL-36
  • Legacy Issue Number: 6048
  • Status: open  
  • Source: Zuehlke Engineering ( Frank Pilhofer)
  • Summary:

    On page 115, section 9.4.6 claims that there is an ObjectSeq
    type defined in the CORBA module. That is not true. There are
    lots of sequences of basic types, but no ObjectSeq.

    Proposed resolution:

    Delete section 9.4.6.

    Using the generic transformation rules and the special rule
    for the mapping of the Endpoint class, a Sequence(Endpoint)
    will then map to an Endpoints sequence that contains Object
    elements, ultimately resulting in the following IDL:

    module Deployment

    { typedef sequence<Object> Endpoints; }

    ;

  • Reported: DEPL 1.0b1 — Fri, 1 Aug 2003 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:58 GMT