Issue 9921: exception NoServant(); (corba-e-ftf) Source: (, ) Nature: Clarification Severity: Significant Summary: exception NoServant(); is included in local interface POA but had been removed from minimumCORBA. Is it definitely back in? Resolution: In “full” CORBA, the exception NoServant is used on in the operation get_servant. Since this operation is not present in either the Compact Profile or the Micro Profile, the exception should be removed to save the corresponding footprint. Revised Text: In section 11.4.1, page 192 of ptc/06-08-03, remove the definition of the exception NoServant for the IDL. Rearrange the definition of the exception in Master/Misc/ PortableServer.idl so that it is subject to an #if ! defined (CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO) statement. Remove from Compact/Misc/PortableServer.idl. Actions taken: July 14, 2006: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 14 Jul 2006 04:51:59 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Donald Sharp Company: PrismTech mailFrom: Donald.Sharp@prismtech.com Notification: Yes Specification: CORBA - for embedded Section: 8 FormalNumber: ptc/06-05-01 Version: Draft Adopted Specification RevisionDate: 05/01/06 Page: 8-27 Nature: Clarification Severity: Significant HTTP User Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4 Description exception NoServant(); is included in local interface POA but had been removed from minimumCORBA. Is it definitely back in?