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

RemoteDestinationOutboundSocketBindingService is not stopped when the resource is removed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.1.0.CR1, 8.1.0.Final
    • 8.0.0.Final
    • Server
    • None

    Description

      Steps to Reproduce:
      1. add remote-destination-outbound-socket-binding
      ./jboss-cli.sh -c "/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=remote-connection-war-ejb-1:add(host=localhost, port=4447)"

      result is

      {"outcome" => "success"}

      3. remove remote-destination-outbound-socket-binding
      ./bin/jboss-cli.sh -c "/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=remote-connection-war-ejb-1:remove"

      result is {"outcome" => "success"}

      4. add remote-destination-outbound-socket-binding
      ./jboss-cli.sh -c "/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=remote-connection-war-ejb-1:add(host=localhost, port=4447)"

      result is

      { "outcome" => "failed", "failure-description" => "JBAS014749: Operation handler failed: Service jboss.outbound-socket-binding.remote-connection-war-ejb-1 is already registered", "rolled-back" => true } Expected results: {"outcome" => "success"}

      Step 3 should either report reload required or should be fixed

      Attachments

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            jmesnil1@redhat.com Jeff Mesnil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: