1 Reply Latest reply on Dec 4, 2008 5:30 AM by adrian.brock

    JBAS-6188, track-connection-by-tx

    starksm64

      https://jira.jboss.org/jira/browse/JBAS-6188, and issue showing up with the deprecated track-connection-by-tx property is that its only allowed value for a local tx ds is true. Should this property be dropped from the management interface?

        • 1. Re: JBAS-6188, track-connection-by-tx

          AFAIK, the property is not used anymore (its deprecated because we don't
          throw an error if somebody configures it in the xml, we just ignore it)

          Instead there is an interleaving property that has the opposite semantics.

          This is to avoid the FAQ where people try to use an XA rar that hasn't been
          coded to support interleaving, but we used to enable it by default (now we don't).

          i.e. the old track-connection-by-tx behaviour is now the default for both local and xa
          but you can enable interleaving for XA.

          local transaction rars must always be interleaving=false, so we ignore
          interleaving=true for local as well. ;-)