Issue 8632: Section: 4.2 (corba-rtf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl) Nature: Revision Severity: Minor Summary: The is an error in the ServiceDetail struct. service_detail is listed twice, the first one should be removed. struct ServiceDetail { ServiceDetailType service_detail_type; sequence <octet> service_detail; ServiceDetailData service_detail; }; 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:40:49 -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 The is an error in the ServiceDetail struct. service_detail is listed twice, the first one should be removed. struct ServiceDetail { ServiceDetailType service_detail_type; sequence service_detail; ServiceDetailData service_detail; };