NAM 1.0 NO IDEA Avatar
  1. OMG Issue

NAM — INS Issue: When are -ORBInitRef arguments processed?

  • Key: NAM-3
  • Legacy Issue Number: 3535
  • Status: open  
  • Source: AT&T ( Duncan Grisby)
  • Summary:

    Section 4.8.2 of ptc/99-12-03 should specify at what time strings
    given to -ORBInitRef are processed into object references. Should they
    be processed during ORB_init() and stored for later use by
    resolve_initial_references(), or should they be processed each time
    resolve_initial_references() is called?

    This matters for corbaname: (and file:, http:, etc.) URIs whose
    resolutions can change over time.

    If they are processed at ORB_init() time, are they processed in the
    order they were specified on the command line? Suppose an ORB with an
    administratively configured NameService reference is called with a
    command line of

    -ORBInitRef Foo=corbaname:rir:#foo -ORBInitRef NameService=IOR:...

    If ORB_init() processes the arguments into object references in order,
    foo will be looked up in the administratively configured name service,
    rather than the one specified on the command line. This may or may not
    be considered a useful feature.

  • Reported: NAM 1.0 — Fri, 7 Apr 2000 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:58 GMT