${taskforce.name} Avatar
  1. OMG Task Force

QoS for CCM 1.1 RTF — Open Issues

Open Closed All
Issues not resolved

Issues Descriptions

simplified api (un)intall_service_reference

  • Key: QOSCCM11-3
  • Legacy Issue Number: 17442
  • Status: open  
  • Source: Remedy IT ( Johnny Willemsen)
  • 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);

  • Reported: QOSCCM 1.0 — Mon, 18 Jun 2012 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:54 GMT

QoSPropertyRegistration used but not defined

  • Key: QOSCCM11-2
  • Legacy Issue Number: 15670
  • Status: open  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    The specification adds QoSPropertyRegistration as part of the context definition but this interface isn't defined at all in the specification

  • Reported: QOSCCM 1.0 — Fri, 1 Oct 2010 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:54 GMT

Casing issue, CORBA::OCtetSeq

  • Key: QOSCCM11-1
  • Legacy Issue Number: 14920
  • Status: open  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    In the document there are several casing problems, search for CORBA::OCtetSeq, it should be CORBA::OctetSeq

  • Reported: QOSCCM 1.0 — Mon, 4 Jan 2010 05:00 GMT
  • Updated: Fri, 6 Mar 2015 20:54 GMT