Issue 13063: CORBA/IDL PSM errors (amsm-ftf) Source: THALES (Mr. Willy Boenink, willy.boenink(at)nl.thalesgroup.com) Nature: Revision Severity: Significant Summary: CORBA/IDL PSM errors "8.6 page 129-172: Many IDL errors AMS_ApplicationSpecification.idl line 170: ""AMS_SecurityCheck CLASSID"" should be ""AMS_SecurityCheck_CLASSID"" line 173: ""AMS_SecurityCheck List"" should be ""AMS_SecurityCheckList"" line 174: ""AMS_ SecurityCheck ListIterator"" should be ""AMS_SecurityCheckListIterator"" AMS_CIM.idl line 846: missing ""readonly attribute"" definition line 848: missing ""readonly attribute"" definition AMS_AMSManagement.idl line 29: ""uint16"" must be ""AMS_uint16"" line 116: field identifier ""RTHS"" is also used on line 115 AMS_ApplicationSpecification.idl line 170: ""AMS_SecurityCheck CLASSID"" must be ""AMS_SecurityCheck_CLASSID"" line 173: ""AMS_SecurityCheck List"" must be ""AMS_SecurityCheckList"" line 174: ""AMS_ SecurityCheck ListIterator"" must be ""AMS_SecurityCheckListIterator"" AMS_LogicalHardware.idl line 41: Missing "";"" at EOL line 187: field identifier ""RTHU"" is also used on line 188" Resolution: fix it Revised Text: In section 8.6.4 ("AMS_Application.idl"), find and replace: "AMS_SecurityCheck CLASSID" with "AMS_SecurityCheck_CLASSID", "AMS_SecurityCheck List" with "AMS_SecurityCheckList", "AMS_ SecurityCheck ListIterator" with "AMS_ SecurityCheckListIterator". In section 8.6.8 ("AMS_CIM.idl"), find and replace "CIM_ThreadList ProcessThread;" with "readonly attribute CIM_ThreadList ProcessThread"; and "CIM_ServiceList ServiceList;" with "readonly attribute CIM_ServiceList ServiceList;" In section 8.6.3 ("AMS_AMSManagement.idl"), find and replace "AMS_Util::uint16" with "AMS_Util::AMS_uint16", find and remove the line with AMS_LogicalHardware::AMS_RTHardwareUtilisation RTHS;". In section 8.6.7 ("AMS_ApplicationSpecification.idl"), find and replace "AMS_SecurityCheck CLASSID" with "AMS_SecurityCheck_CLASSID", "AMS_SecurityCheck List" with "AMS_SecurityCheckList", "AMS_ SecurityCheck ListIterator" with "AMS_SecurityCheckListIterator". In section 8.6.9 ("AMS_LogicalHardware.idl"), add a ";" after the closing bracket } of the "enum AMS_StdHWUtilisation" block; find and remove the line "readonly attribute AMS_RTHardwareUtilisation RTHU;" Actions taken: November 12, 2008: received issue July 23, 2009: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 12 Nov 2008 07:44:51 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Willy Boenink Company: Thales Nederland mailFrom: willy.boenink@nl.thalesgroup.com Notification: No Specification: AMSM Section: 8.6 FormalNumber: dtc/2008-02-02 Version: Beta 2 RevisionDate: 02/02/2008 Page: 129 Nature: Revision Severity: Significant HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9) Gecko/2008051206 Firefox/3.0 Description CORBA/IDL PSM errors "8.6 page 129-172: Many IDL errors AMS_ApplicationSpecification.idl line 170: ""AMS_SecurityCheck CLASSID"" should be ""AMS_SecurityCheck_CLASSID"" line 173: ""AMS_SecurityCheck List"" should be ""AMS_SecurityCheckList"" line 174: ""AMS_ SecurityCheck ListIterator"" should be ""AMS_SecurityCheckListIterator"" AMS_CIM.idl line 846: missing ""readonly attribute"" definition line 848: missing ""readonly attribute"" definition AMS_AMSManagement.idl line 29: ""uint16"" must be ""AMS_uint16"" line 116: field identifier ""RTHS"" is also used on line 115 AMS_ApplicationSpecification.idl line 170: ""AMS_SecurityCheck CLASSID"" must be ""AMS_SecurityCheck_CLASSID"" line 173: ""AMS_SecurityCheck List"" must be ""AMS_SecurityCheckList"" line 174: ""AMS_ SecurityCheck ListIterator"" must be ""AMS_SecurityCheckListIterator"" AMS_LogicalHardware.idl line 41: Missing "";"" at EOL line 187: field identifier ""RTHU"" is also used on line 188"