PYTH 1.0 NO IDEA Avatar
  1. OMG Issue

PYTH — Python Issue: CORBA.TypeCode

  • Key: PYTH-8
  • Legacy Issue Number: 3345
  • Status: closed  
  • Source: Camros Corporation ( Jeffrey Marshall)
  • Summary:

    The current python mapping (second paragraph of section 1.3.8) describes that
    the "CORBA.TypeCode" function can be used to create type codes by passing in
    a repository ID. The example that follows that paragraph then goes on to pass
    the CosNaming.NamingContext class to CORBA.TypeCode.

    Does CORBA.TypeCode expect a class or repository ID (or both)?
    What exceptions does CORBA.TypeCode raise if it fails to create a type code?

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

    The example is wrong and needs to be corrected. The exception is BAD_PARAM

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