Issue 6322: UniqueIdentifier (sdo-pim-psm-ftf) Source: Fraunhofer FOKUS (Mr. Raju Nanda Vaidya, nobody) Nature: Revision Severity: Minor Summary: UniqueIdentifier is defined as unique set of string that should be unique within the SDO network domain. ServiceProfiles and other ConfigurationSets are identified by their ‘id’ as well. Identification for these components does not require tobe unique within the whole sdo network domain but should be unique among other ServiceProfiles or ConfigurationSets of the specific SDO. Currently the resource data model defines them as UniqueIdentifier (p2-12 and p2-14) but the operations provided in SDOInterface (p2-18) and ConfigurationInterface (p2-23 removeServiceProfile) defines it as String. Following are the operations: SDOInterface: getServiceProfile(id:String), getServiceRef(id:String) ConfigurationInterface: removeServiceProfile(id:String), removeConfigurationSet(configurationSetID:String), activateConfigurationSet(configID:String) Resource data model and operations in the interface should defined them in similar way, ie. Either UniqueIdentifier or String. Proposed Resolution: Define them as UniqueIdentifier. Resolution: Revised Text: Actions taken: October 15, 2003: received issue Discussion: End of Annotations:===== From: webmaster@omg.org Date: 15 Oct 2003 11:57:32 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Raju N. Vaidya Company: Fraunhofer FOKUS mailFrom: vaidya@hotmail.com Notification: Yes Specification: Platform Independent Model (PIM) and Platform Specific Model (PSM) for Super Distributed Objects (SDO) Specification Section: PIM FormalNumber: dtc/03-09-01 Version: 03-09-01 RevisionDate: 03-09-03 Page: 2-18, 2-23 Nature: Revision Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Description UniqueIdentifier is defined as unique set of string that should be unique within the SDO network domain. ServiceProfiles and other ConfigurationSets are identified by their Þ±idÞ² as well. Identification for these components does not require tobe unique within the whole sdo network domain but should be unique among other ServiceProfiles or ConfigurationSets of the specific SDO. Currently the resource data model defines them as UniqueIdentifier (p2-12 and p2-14) but the operations provided in SDOInterface (p2-18) and ConfigurationInterface (p2-23 removeServiceProfile) defines it as String. Following are the operations: SDOInterface: getServiceProfile(id:String), getServiceRef(id:String) ConfigurationInterface: removeServiceProfile(id:String), removeConfigurationSet(configurationSetID:String), activateConfigurationSet(configID:String) Resource data model and operations in the interface should defined them in similar way, ie. Either UniqueIdentifier or String. Proposed Resolution: Define them as UniqueIdentifier.