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

Can't set attributes of element transport-config in CLI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.0.0.CR1
    • 10.0.0.Beta1
    • IIOP
    • None

    Description

      It's not possible to set attributes of element transport-config in CLI.

      When I run :read-resource() I get

      /subsystem=iiop-openjdk:read-resource()
      {
          "outcome" => "success",
          "result" => {
              "add-component-via-interceptor" => true,
              "auth-method" => "username_password",
              "caller-propagation" => "none",
              "client-requires" => "None",
              "client-supports" => "ServerAuth",
              "confidentiality" => "none",
              "detect-misordering" => "none",
              "detect-replay" => "none",
              "export-corbaloc" => true,
              "giop-version" => "1.2",
              "high-water-mark" => undefined,
              "integrity" => "required",
              "number-to-reclaim" => undefined,
              "persistent-server-id" => "1",
              "properties" => undefined,
              "realm" => undefined,
              "required" => false,
              "root-context" => "JBoss/Naming/root",
              "security" => "identity",
              "security-domain" => undefined,
              "server-requires" => "None",
              "server-supports" => "MutualAuth",
              "socket-binding" => "iiop",
              "ssl-socket-binding" => "iiop-ssl",
              "support-ssl" => false,
              "transactions" => "spec",
              "trust-in-client" => "none",
              "trust-in-target" => "none"
          }
      }
      

      but XML can contain two emelents

      <client-transport integrity="supported" confidentiality="supported" trust-in-target="supported" trust-in-client="supported" detect-replay="supported" detect-misordering="supported" />
      <transport-config integrity="supported" confidentiality="supported" trust-in-target="supported" trust-in-client="supported" detect-replay="supported" detect-misordering="supported" />
      

      Attachments

        Issue Links

          Activity

            People

              tadamski@redhat.com Tomasz Adamski
              ochaloup@redhat.com Ondrej Chaloupka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: