Issue 12211: Section: 8.2 (corba-e-ftf) Source: Objective Interface Systems (Mr. Victor Giddings, victor.giddings@mail.ois.com victor.giddings@ois.com) Nature: Clarification Severity: Minor Summary: At the end of section 8.2, there are several sentences that are incomplete and missing cross references Resolution: Add the description of register_initial_reference from section 21.8.1 in CORBA 3.0.3 to the specification. (It is somewhat misplaced in the CORBA 3.0.3 specification). Add correct cross references to the last three sentences before section 8.2.1. Revised Text: Insert the following description of register_initial_reference as new section 8.3.3.1 entitled “register_initial_reference”: “8.3.3.1 register_initial_reference An operation is available in the ORB interface: void register_initial_reference (in ObjectId id, in Object obj) raises (InvalidName); If this operation is called with an id, “Y”, and an object, YY, then a subsequent call to ORB::resolve_initial_references (“Y”) will return object YY. InvalidName is raised if: • this operation is called with an empty string id; or • this operation is called with an id that is already registered, including the default names defined by OMG. If the Object parameter is null, BAD_PARAM will be raised with a standard minor code of 27. See also Section21.7.2.6, “register_initial_reference,” on page21-53. Parameters Description id The ID by which the initial reference will be known obj The initial reference itself. Correct the cross references at the end of Section 8.2 (before 8.2.1) on pages 105 and 106 of ptc/06-08-03 so that the text reads as follows: The create_policy operations is described in Section 10.2.2.3, “create_policy,” on page 160. The register_value_factory, unregister_value_factory and lookup_value_factory operations are described in section 9.3.3.3 “Language Specific Value Factory Requirements”. The register_initial_reference operation is described in section 8.3.3.1. Disposition: Actions taken: February 5, 2008: received issue July 18, 2008: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 05 Feb 2008 08:49:14 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Victor Giddings Company: Objective Interface Systems mailFrom: victor.giddings@ois.com Notification: No Specification: CORBA/e Section: 8.2 FormalNumber: ptc/06-08-03 Version: Adopted Specification RevisionDate: August 2006 Page: 105-106 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.8) Gecko/20071010 Camino/1.5.2 Description At the end of section 8.2, there are several sentences that are incomplete and missing cross references.