Issue 885: Section 12.7.2 type IIOP::ProfileBody_1_0 not compatible (interop) Source: (, ) Nature: Uncategorized Issue Severity: Minor Summary: Summary: Section 12.7.2 defines the type IIOP::ProfileBody_1_0, which is supposed to be compatible with the type ProfileBody of earlier versions of CORBA. Unfortunately, it has a different repository ID, leading to incompatibilities. Proposed change: Add two pragmas to section 12.7.2, inside the module IIOP Resolution: Revised Text: Actions taken: January 7, 1998: received issue June 23, 1998: moved from orb_revison to interop February 17, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Date: Wed, 7 Jan 1998 21:53:16 +0100 From: "Martin v. Loewis" To: issues@omg.org, orb_revision@omg.org Subject: CORBA 2.1 issues I detected some problems with CORBA 2.1 as defined in orbos/97-11-03. Please let me know if you need further details. Martin 2. Section 12.7.2 defines the type IIOP::ProfileBody_1_0, which is supposed to be compatible with the type ProfileBody of earlier versions of CORBA. Unfortunately, it has a different repository ID, leading to incompatibilities. Proposed change: Add two pragmas to section 12.7.2, inside the module IIOP #pragma ID ProfileBody_1_0 "IDL:omg.org/IIOP/ProfileBody:1.0" #pragma ID ProfileBody_1_1 "IDL:omg.org/IIOP/ProfileBody:1.1" The same change applies to the types GIOP::MessageType_1_0 GIOP::MessageType_1_1 GIOP::MessageHeader_1_0 GIOP::MessageHeader_1_1 GIOP::RequestHeader_1_0 GIOP::RequestHeader_1_0