Issues for QoS for CCM Revision Task Force

To comment on any of these issues, send email to qos4ccm-rtf@omg.org. (Please include the issue number in the Subject: header, thusly: [Issue ###].) To submit a new issue, send email to issues@omg.org.

List of issues (green=resolved, yellow=pending Board vote, red=unresolved)

List options: All ; Open Issues only; or Closed Issues only

Issue 14920: Casing issue, CORBA::OCtetSeq
Issue 15670: QoSPropertyRegistration used but not defined
Issue 17442: simplified api (un)intall_service_reference

Issue 14920: Casing issue, CORBA::OCtetSeq (qos4ccm-rtf)

Click here for this issue's archive.
Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl)
Nature: Clarification
Severity: Minor
Summary:
In the document there are several casing problems, search for CORBA::OCtetSeq, it should be CORBA::OctetSeq 

Resolution:
Revised Text:
Actions taken:
January 4, 2010: received issue

Issue 15670: QoSPropertyRegistration used but not defined (qos4ccm-rtf)

Click
here for this issue's archive.
Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl)
Nature: Clarification
Severity: Significant
Summary:
The specification adds QoSPropertyRegistration as part of the context definition but this interface isn't defined at all in the specification

Resolution:
Revised Text:
Actions taken:
October 1, 2010: received issue

Issue 17442: simplified api (un)intall_service_reference (qos4ccm-rtf)

Click
here for this issue's archive.
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