PYTH 1.0 NO IDEA Avatar
  1. OMG Issue

PYTH — Python Issue: PortableServer.Servant._default_POA and _this

  • Key: PYTH-16
  • Legacy Issue Number: 3353
  • Status: closed  
  • Source: Camros Corporation ( Jeffrey Marshall)
  • 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?

  • Reported: PYTH 1.0b1 — Tue, 22 Feb 2000 05:00 GMT
  • Disposition: Resolved — PYTH 1.0
  • Disposition Summary:

    The _default_POA operation assumes the default ORB. Any exceptions raised as a result are not specif

  • Updated: Fri, 6 Mar 2015 20:58 GMT