Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-881

Usability issue in transactions subsystem configuration

XMLWordPrintable

    • Hide
      • First problem
        1. Run EAP
        2. Navigate to Transactions subsystem
        3. Set Use journal store
        4. Switch to JDBC tab and try to set Use jdbc store
      • Second problem
        1. Run EAP
        2. Navigate to Transactions subsystem
        3. Switch to JDBC tab
        4. Do not set Use jdbc store
        5. Set any other attribute
      Show
      First problem Run EAP Navigate to Transactions subsystem Set Use journal store Switch to JDBC tab and try to set Use jdbc store Second problem Run EAP Navigate to Transactions subsystem Switch to JDBC tab Do not set Use jdbc store Set any other attribute
    • The root cause is WFLY-5564

      use-jdbc-store is invalid in combination with use-journal-store
      When use-jdbc-store or use-journal-store is set it is impossible to save the form with modified value of second attribute. Some kind of selectable input would be great here.

      Internal Server Error
      {
          "outcome" => "failed",
          "result" => {"step-1" => {
              "outcome" => "failed",
              "failure-description" => "WFLYCTL0105: use-jdbc-store is invalid in combination with use-journal-store",
              "rolled-back" => true
          }},
          "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0105: use-jdbc-store is invalid in combination with use-journal-store"}},
          "rolled-back" => true,
          "response-headers" => {"process-state" => "restart-required"}
      }
      

      it is not possible set attributes on JDBC tab before use-jdbc-store is set
      When trying to save form with modified values on JDBC sub tab before use-jdbc-store is set, the saving ends with an error and values are not saved. Simple solution would be disabling fields before use-jdbc-store is set.

      Internal Server Error
      {
          "outcome" => "failed",
          "result" => {"step-1" => {
              "outcome" => "failed",
              "failure-description" => "WFLYCTL0380: Attribute 'use-jdbc-store' needs to be set or passed before attribute 'jdbc-action-store-drop-table' can be correctly set",
              "rolled-back" => true
          }},
          "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0380: Attribute 'use-jdbc-store' needs to be set or passed before attribute 'jdbc-action-store-drop-table' can be correctly set"}},
          "rolled-back" => true
      }
      

            rhn-support-hbraun Heiko Braun
            jkasik@redhat.com Jan Kašík
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: