[jboss-jira] [JBoss JIRA] (WFLY-2987) RemoteDestinationOutboundSocketBindingService is not stopped when the resource is removed
Jeff Mesnil (JIRA)
issues at jboss.org
Fri Feb 21 05:59:47 EST 2014
Jeff Mesnil created WFLY-2987:
---------------------------------
Summary: RemoteDestinationOutboundSocketBindingService is not stopped when the resource is removed
Key: WFLY-2987
URL: https://issues.jboss.org/browse/WFLY-2987
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Server
Affects Versions: 8.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 8.0.1.Final
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list