Issue 18582: The resolution of the FTF Issue 15966 was partially applied (dds-psm-java-rtf) Source: ADLINK Technology Ltd (Angelo Corsaro, PhD., angelo.corsaro(at)adlinktech.com) Nature: Revision Severity: Significant Summary: The resolution for the ISSUE 15996 required to remove all the operations of the kind: "public void setQos(String qosLibraryName, String qosProfileName);" from all DDS entities since this operation pollutes the DDS API with a specific way of configuring QoS policies. The accepted resolution was to introduce the concept of a QoSProvider that could provide QoS settings by fetching them from a URI. That said the type org.omg.dds.core.Entity still contains the operation: public void setQos(String qosLibraryName, String qosProfileName); This should be removed! Resolution: Revised Text: Actions taken: March 27, 2013: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 27 Mar 2013 08:38:26 -0500 To: Subject: Issue/Bug Report X-Brightmail-Tracker: AAAAAA== X-Brightmail-Tracker: AAAAAA== ******************************************************************************* Name: Angelo Corsaro Employer: PrismTech mailFrom: angelo.corsaro@prismtech.com Terms_Agreement: I agree Specification: DDS-PSM-Java Section: Sources FormalNumber: ptc/2012-12-04 Version: 1.0 Doc_Year: 2012 Doc_Month: December Doc_Day: 08 Page: NA Title: The resolution of the FTF Issue 15966 was partially applied Nature: Revision Severity: Significant CODE: 3TMw8 B1: Report Issue Description: The resolution for the ISSUE 15996 required to remove all the operations of the kind: "public void setQos(String qosLibraryName, String qosProfileName);" from all DDS entities since this operation pollutes the DDS API with a specific way of configuring QoS policies. The accepted resolution was to introduce the concept of a QoSProvider that could provide QoS settings by fetching them from a URI. That said the type org.omg.dds.core.Entity still contains the operation: public void setQos(String qosLibraryName, String qosProfileName); This should be removed!