CORBA 2.4 NO IDEA Avatar
  1. OMG Issue

CORBA24 — is_equivalent and policies

  • Key: CORBA24-86
  • Legacy Issue Number: 3566
  • Status: closed  
  • Source: Triodia Technologies Pty Ltd ( Michi Henning)
  • Summary:

    How should is_equivalent() behave if I compare two references that denote
    the same object at the same location, using the same profiles, etc, but
    differ in the policies? Do differences in the policies affect the outcome?

    My gut feeling is that is_equivalent() should return false in this case
    because it uses reference identity, not object identity. However, we
    are rapidly approaching the point where is_equivalent() might as well
    unconditionally return false because we are adding more and more flavours
    of additional information into IORs as time goes by. Invocation policies,
    transaction policies, codesets, multiple profiles, optional components,
    etc, etc.

    Does is_equivalent() require a more precise definition in order to remain
    useful?

  • Reported: CORBA 2.3.1 — Sat, 15 Apr 2000 04:00 GMT
  • Disposition: Resolved — CORBA 2.4
  • Disposition Summary:

    Incorporate changes and close issue

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