Issue 653: sec. 18.1.2: explicit information on _this() is missing (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: The discussion of how _this() operates is missing explicit information about what to do if there is no request context. Should _this() return nil reference, or should exception be thrown Resolution: Close no change. This issue is already addressed in the CORBA 2.3 specification. Revised Text: Actions taken: August 5, 1997: received issue May 12, 1998: issue moved from port-rtf to cxx_revision June 13, 2000: closed issue Discussion: End of Annotations:===== Return-Path: Sender: jon@sems.com Date: Tue, 05 Aug 1997 16:46:58 -0700 From: Jonathan Biggar Organization: Seagate Software, Network & Storage Management Group To: port-rtf@omg.org, issues@omg.org Subject: Still another Portability issue In section 18.1.2, the discussion of how _this() operates is missing explicit information about what to do if there is no request context, the POA does not have the IMPLICIT_ACTIVATION policy, the POA does have the RETAIN and UNIQUE_ID policies, but the servant has not been activated. Should _this() return a nil reference, or should an exception be thrown, and if so, which exception? Jon Biggar jon@sems.com