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

Transaction subsystem configuration in Web Console has fields which are mapped to not any more existing attributes in model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.DR10
    • 7.0.0.DR7
    • Web Console
    • None
    • Hide
      1. in Webconsole go to Configuration > Subsystems > Transactions, click the View button
      2. In the Transaction Manager application click the Path tab and than edit
      3. edit Path or Relative to field, hit save
      4. see the Unknown error message
      Show
      in Webconsole go to Configuration > Subsystems > Transactions, click the View button In the Transaction Manager application click the Path tab and than edit edit Path or Relative to field, hit save see the Unknown error message

    Description

      Neither 'path' nor 'relative-to' is attribute of the Transaction subsystem.
      Error message:

      Unexpected HTTP response: 500
      
      Request
      {
          "operation" => "composite",
          "address" => [],
          "steps" => [{
              "address" => [("subsystem" => "transactions")],
              "operation" => "write-attribute",
              "name" => "path",
              "value" => "fdg"
          }]
      }
      
      Response
      
      Internal Server Error
      {
          "outcome" => "failed",
          "result" => {"step-1" => {
              "outcome" => "failed",
              "failure-description" => "WFLYCTL0201: Unknown attribute 'path'",
              "rolled-back" => true
          }},
          "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0201: Unknown attribute 'path'"}},
          "rolled-back" => true,
          "response-headers" => {"process-state" => "restart-required"}
      }
      

      Attachments

        Issue Links

          Activity

            People

              hpehl@redhat.com Harald Pehl
              pjelinek@redhat.com Pavel Jelinek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: