Issue 10565: Section: 8.7.2 StubContainerInterceptionRegistration has several errors (qos4ccm-ftf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen@remedy.nl) Nature: Clarification Severity: Significant Summary: StubContainerInterceptionRegistration has several errors. In IDL the local interface name is wrong, the register and unregister method names are wrong and have wrong types. In 8.7.2.4 and .5 headers are wrong Resolution: IDL problems have been fixed. Wrong names and headers have been fixed. Some other minor typos have been fixed. Revised Text: IDL Fraction in section 8.7.2.3 and Definition of StubContainerInterceptorRegistration interface is changed to: module Components { module ContainerPortableInterceptor { local interface StubContainerInterceptorRegistration { Components::Cookie register_stub_interceptor ( in StubContainerInterceptor ci) ; StubContainerInterceptor unregister_stub_interceptor ( in Components::Cookie ck) raises(InvalidRegistration); }; }; }; · Heading 8.7.2.5 is changed to unregister_stub_interceptor · Heading 8.7.1.2 is changed to unregister_client_interceptor · Heading 8.7.2.1 is changed to register_server_interceptor Actions taken: January 5, 2007: received issue January 15, 2008: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 05 Jan 2007 09:45:00 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Johnny Willemsen Company: Remedy IT mailFrom: jwillemsen@remedy.nl Notification: Yes Specification: QoS for CCM Section: 8.7.2 FormalNumber: 06-04-15 Version: 1 RevisionDate: 01-09-2006 Page: 33 Nature: Clarification Severity: Significant HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 Description StubContainerInterceptionRegistration has several errors. In IDL the local interface name is wrong, the register and unregister method names are wrong and have wrong types. In 8.7.2.4 and .5 headers are wrong