TRANS 1.3 NO IDEA Avatar
  1. OMG Issue

TRANS13 — OTS-RTF issue: spelling/case of transaction policy values

  • Key: TRANS13-26
  • Legacy Issue Number: 3357
  • Status: closed  
  • Source: ZeroC ( Bernard Normier)
  • Summary:

    The Messaging spec defined a strange case for transaction policy values.
    >From http://www.omg.org/pub/orbrev/drafts/10_trs11.pdf:

    const TransactionPolicyValue Allows_shared = 0;
    const TransactionPolicyValue Allows_none = 1;
    etc.

    I suggest to use instead the AB recommended case for IDL constants, i.e.
    all caps (see http://www.omg.org/docs/ab/98-06-03.pdf, 2.1.3):

    const TransactionPolicyValue ALLOWS_SHARED = 0;
    const TransactionPolicyValue ALLOWS_NONE = 1;
    etc.

  • Reported: TRANS 1.1 — Wed, 23 Feb 2000 05:00 GMT
  • Disposition: Resolved — TRANS 1.2
  • Disposition Summary:

    see above

  • Updated: Fri, 6 Mar 2015 21:37 GMT