CORBA 2.4 NO IDEA Avatar
  1. OMG Issue

CORBA24 — There is inconsistency in the POA.IDL and description in section 11.3.8.19

  • Key: CORBA24-101
  • Legacy Issue Number: 3743
  • Status: closed  
  • Source: Oracle ( Anita Jindal)
  • Summary:

    There is inconsistency in the POA.IDL and description in section 11.3.8.19
    in formal/99-10-07.pdf.

    According to poa.idl the signature for create_reference_with_id is:

    Object create_reference_with_id ( in ObjectId oid,
    in CORBA::RepositoryId intf )
    raises (WrongPolicy);

    whereas, section 11.3.8.19 completely omits this exception in the
    signature and does not even describe under what condition it is raised.

  • Reported: CORBA 2.3.1 — Fri, 14 Jul 2000 04:00 GMT
  • Disposition: Resolved — CORBA 2.4
  • Disposition Summary:

    The POA IDL should be fixed by removing the raises(WrongPolicy) clause

  • Updated: Fri, 6 Mar 2015 20:58 GMT