Issue 9809: Section: 6.2 (corba-e-ftf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen@remedy.nl) Nature: Clarification Severity: Minor Summary: The InvalidPolicies exception uses an anonymous sequence as member. Instead of exception InvalidPolicies { sequence <unsigned short> indices; }; It should be exception InvalidPolicies { UShortSeq indices; }; Resolution: Accepted as suggested. Issue opened with CORBA RTF to reconcile. Revised Text: In section 9.2 (reformatting for ISO added three sections), change the following line in the IDL: exception InvalidPolicies { sequence <unsigned short> indices; }; to exception InvalidPolicies { UShortSeq indices; }; In section 9.4 (Consolidated IDL) make the same change. Also, insert same line into the CORBA_IDL/CORBA_Policy.idl files in the Master, Compact, and Micro directories Actions taken: June 8, 2006: received issue July 18, 2008: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 08 Jun 2006 05:57:15 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy IT Expertise BV mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: CORBA/e Section: 6.2 FormalNumber: 06-05-01 Version: - RevisionDate: May 2006 Page: 6-2 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 Description The InvalidPolicies exception uses an anonymous sequence as member. Instead of exception InvalidPolicies { sequence indices; }; It should be exception InvalidPolicies { UShortSeq indices; };