Issue 8633: Section: 4.2 (02) (corba-rtf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl) Nature: Revision Severity: Minor Summary: Struct ServiceInformation is wrong, the sequence<> lines should be removed. struct ServiceInformation { sequence <ServiceOption> service_options; ServiceOptionSeq service_options; sequence <ServiceDetail> service_details; ServiceDetailSeq service_details; }; Resolution: Revised Text: Actions taken: March 25, 2005: received issue April 11, 2012: Deferred Discussion: End of Annotations:===== m: webmaster@omg.org Date: 25 Mar 2005 06:43:31 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy IT Expertise mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: Corba Section: 4.2 FormalNumber: 04-03-12 Version: 3.0.3 RevisionDate: March 2004 Page: 4-3 Nature: Revision Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Description Struct ServiceInformation is wrong, the sequence<> lines should be removed. struct ServiceInformation { sequence service_options; ServiceOptionSeq service_options; sequence service_details; ServiceDetailSeq service_details; };