Issue 17442: simplified api (un)intall_service_reference (qos4ccm-rtf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl) Nature: Clarification Severity: Minor Summary: The spec defines the following methods Cookie install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in Cookie ck) raises (CCMException); it is described that the service reference id is unique, so why do we need a cookie at all. It will simplify things for users if we do: void install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in string service_id) raises (CCMException); Resolution: Revised Text: Actions taken: June 18, 2012: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 18 Jun 2012 04:58:39 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Johnny Willemsen Employer: Remedy IT mailFrom: jwillemsen@remedy.nl Terms_Agreement: Specification: QoS4CCM Section: 8.9.2.5 FormalNumber: 08-10-02 Version: 1.1 Doc_Year: 2008 Doc_Month: October Doc_Day: 01 Page: 45 Title: simplified api (un)intall_service_reference Nature: Clarification Severity: Minor CODE: 3TMw8 B1: Report Issue Description: The spec defines the following methods Cookie install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in Cookie ck) raises (CCMException); it is described that the service reference id is unique, so why do we need a cookie at all. It will simplify things for users if we do: void install_service_reference( in string service_id, in Object objref) raises (CCMException); Object uninstall_service_reference(in string service_id) raises (CCMException);