Issue 3353: Python Issue: PortableServer.Servant._default_POA and _this (python-ftf) Source: Camros Corporation (Mr. Jeffrey A. Marshall, jam@camros.com) Nature: Uncategorized Issue Severity: Summary: Section 1.5.1 describes the _default_POA operation as returning the value of ORB.resolve_initial_reference ("RootPOA"). What ORB is used for this call (assumed static implementation-defined)? What if no ORB has been initialized yet? What exceptions are raised if there is no ORB? Also, the _this operation needs a POA -- which post likely implies that it calls _default_POA by default. Are the same exceptions raised in this case? Resolution: The _default_POA operation assumes the default ORB. Any exceptions raised as a result are not specif Revised Text: The _default_POA operation assumes the default ORB. Any exceptions raised as a result are not specified and thus implementation-defined. Revised Text: In 1.6, after the sentence If provided, the orbid must be a string, and the argument vector must be similar to sys.argv. add If no orbid is given, the default ORB object is returned. In 1.5.1, replace the sentence The standard implementation returns the same reference as ORB.resolve_initial_reference("RootPOA"). with The standard implementation returns the same reference as ORB.resolve_initial_reference("RootPOA"), using the default ORB. Actions taken: February 22, 2000: received issue October 10, 2000: closed issue Discussion: End of Annotations:===== Date: Tue, 22 Feb 2000 16:29:04 -0500 (EST) Message-Id: <200002222129.QAA24165@emerald.omg.org> To: python-ftf@omg.org, issues@omg.org Subject: Python Issue: PortableServer.Servant._default_POA and _this From: "Jeffrey A. Marshall" X-Mailer: TWIG 2.1.1 Content-Type: text X-UIDL: b~Td9'cJe9!m*!!jd/e9 Section 1.5.1 describes the _default_POA operation as returning the value of ORB.resolve_initial_reference ("RootPOA"). What ORB is used for this call (assumed static implementation-defined)? What if no ORB has been initialized yet? What exceptions are raised if there is no ORB? Also, the _this operation needs a POA -- which post likely implies that it calls _default_POA by default. Are the same exceptions raised in this case? -- Jeffrey A. Marshall Camros Corporation Email jam@camros.com Voice 703-876-1700 ext. 10 Fax 703-876-1818 http://www.camros.com/