ZIOP 1.0 FTF Avatar
  1. OMG Issue

ZIOP — Components Issues - Chapter 69 ptc/99-10-04

  • Key: ZIOP-78
  • Legacy Issue Number: 3062
  • Status: closed  
  • Source: Oracle ( Ed Cobb)
  • Summary:

    The following errors in the deployment chapter 69 need to be fixed as
    follows to align the IDL in the text with the final IDL published in
    Appendix A (orbos/99-08-08).

    1. In IDL on page 330, section 69.9.2 replace two occurences of
    raises InvalidLocation;
    with
    raises (InvalidLocation);
    and one occurence of
    raises UnknownImplId;
    with
    raises (UnknownImplId);
    2. In IDL on page 331, section 69.9.3 replace one occurence of
    raises InvalidLocation;
    with
    raises (InvalidLocation);
    and two occurences of
    raises InvalidAssembly;
    with
    raises (InvalidAssembly);
    3. In section 69.9.1.2 on pages 328 and 329, items 2 and 9 change
    Installation to ComponentInstallation

  • Reported: CORBA 2.3.1 — Mon, 22 Nov 1999 05:00 GMT
  • Disposition: Resolved — ZIOP 1.0
  • Disposition Summary:

    Change text as indicated below

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