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

Web Console uses wrong JGroup stack transport address

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.DR7
    • 7.0.0.DR3
    • Web Console
    • None

    Description

      Web Console is unable to change configuration of a transport for a protocol stack due to wrong address. Address in CLI is
      /subsystem=jgroups/stack=udp/transport=UDP
      but Web Console uses old one with transport=TRANSPORT for both tcp and udp stacks.

      Request
      {
          "operation" => "composite",
          "address" => [],
          "steps" => [{
              "address" => [
                  ("subsystem" => "jgroups"),
                  ("stack" => "tcp"),
                  ("transport" => "TRANSPORT")
              ],
              "operation" => "write-attribute",
              "name" => "diagnostics-socket-binding",
              "value" => "sss"
          }]
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-hbraun Heiko Braun
              mkrajcov Michal Krajcovic (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: