Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-3204

Infinispan subsystem XSD transaction mode xs:documentation does not list BATCH mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Trivial Trivial
    • 7.1.0.DR1
    • 7.0.0.ER4
    • Clustering
    • None

      The XSD for the Infinispan subsystem (jboss-as-infinispan_4_0.xsd) says the following about <transaction mode="...">:

      Sets the cache transaction mode to one of NONE, NON_XA, NON_DURABLE_XA, FULL_XA.

      However, the enum org.jboss.as.clustering.infinispan.subsystem.TransactionMode has the following values:

      • NONE
      • BATCH
      • NON_XA
      • NON_DURABLE_XA
      • FULL_XA

      I.e., the BATCH value is missing from the documentation. Interestingly, BATCH is also used in the default config for all the web and ejb caches.

            rhn-engineering-rhusar Radoslav Husar
            lthon@redhat.com Ladislav Thon
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: