Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3619

the endpoint configuration w/o parameters is not persisted in the configuration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.0.0.Beta2
    • None
    • Remoting
    • None

    Description

      This looks like a regression. Creating a server config from scratch by executing operations I see that the endpoint configuration has disappeared from the config although the add operation is executed. In fact I noticed that I can execute the add operations as many times as I want w/o an error. The config file is re-written after every add but the endpoint element is not added.

      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      [standalone@localhost:9990 /] /subsystem=remoting/configuration=endpoint:add
      {"outcome" => "success"}
      
              <subsystem xmlns="urn:jboss:domain:remoting:4.0">
                  <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
              </subsystem>
      

      Note, that if I add a worker as a param, it will persist the endpoint config.

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              olubyans@redhat.com Alexey Loubyansky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: