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

[GSS](7.2.z) WFLY-11617 - Incorrect default transaction type was shown in the JBoss CLI and validation is not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.2.4.CR1, 7.2.4.GA
    • 7.2.2.GA
    • Management
    • None
    • Release Notes
    • +
    • Hide

      1. Please start JBoss EAP 7.2.2 server using the standalone-full.xml (full profile) file
      2. Please obtain the resource description for the pooled-connection-factory using the following command:
      ./subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:read-resource-description()
      3. The results would indicate the default transaction type being used is 'transaction':

      ,
      "transaction" =>

      Unknown macro: { "type" => STRING, "description" => "The type of transaction supported by this pooled connection factory (can be LOCAL, NONE or XA, default is XA).", "expressions-allowed" => true, "required" => false, "nillable" => true, "default" => "transaction", "min-length" => 1L, "max-length" => 2147483647L, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "all-services" }

      ,

      4. The default transaction type should be 'xa'.

      Show
      1. Please start JBoss EAP 7.2.2 server using the standalone-full.xml (full profile) file 2. Please obtain the resource description for the pooled-connection-factory using the following command: ./subsystem=messaging-activemq/server=default/pooled-connection-factory=activemq-ra:read-resource-description() 3. The results would indicate the default transaction type being used is 'transaction': , "transaction" => Unknown macro: { "type" => STRING, "description" => "The type of transaction supported by this pooled connection factory (can be LOCAL, NONE or XA, default is XA).", "expressions-allowed" => true, "required" => false, "nillable" => true, "default" => "transaction", "min-length" => 1L, "max-length" => 2147483647L, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "all-services" } , 4. The default transaction type should be 'xa'.

      Incorrect default transaction type was shown for the pooled-connection-factory on JBoss CLI. The default transaction type for the pooled-connection-factory is 'xa'. However, if you query JBoss CLI to obtain resource description for the pooled connection factory, the results would reflect the default transaction type been set to 'transaction' instead of 'xa'.

        1. pcf-cli-output.txt
          31 kB
          Tyronne Wickramarathne

            rhn-support-tmiyargi Teresa Miyar Gil (Inactive)
            rhn-support-tywickra Tyronne Wickramarathne
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: