Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7485

Typos in description of transactions subsystem attributes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • None
    • Transactions
    • None

    Description

      /subsystem=transactions/:read-resource-description
      

      transcation

      "jdbc-action-store-table-prefix" => {
                      "type" => STRING,
                      "description" => "Optional prefix for table used to write transcation logs in configured jdbc action store.",
                      "expressions-allowed" => true,
                      "nillable" => true,
                      "requires" => ["use-jdbc-store"],
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "jvm"
                  },
      
      "jdbc-communication-store-table-prefix" => {
                      "type" => STRING,
                      "description" => "Optional prefix for table used to write transcation logs in configured jdbc communication store.",
                      "expressions-allowed" => true,
                      "nillable" => true,
                      "requires" => ["use-jdbc-store"],
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "jvm"
                  },
      
      "jdbc-state-store-table-prefix" => {
                      "type" => STRING,
                      "description" => "Optional prefix for table used to write transcation logs in configured jdbc state store.",
                      "expressions-allowed" => true,
                      "nillable" => true,
                      "requires" => ["use-jdbc-store"],
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "jvm"
                  },
      

      sghould

      "jdbc-store-datasource" => {
                      "type" => STRING,
                      "description" => "Jndi name of non-XA datasource used. Datasource sghould be define in datasources subsystem. For this would work the non-XA datasource has to be marked as jta=\"false\".",
                      "expressions-allowed" => true,
                      "nillable" => true,
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "jvm"
                  },
      

      Attachments

        Issue Links

          Activity

            People

              thjenkin@redhat.com Tom Jenkinson
              dsimko Daniel Simko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: