]
Brian Stansberry updated WFCORE-1505:
-------------------------------------
Fix Version/s: 2.2.0.CR1
Missing services for outbound socket bindings on the HC
-------------------------------------------------------
Key: WFCORE-1505
URL:
https://issues.jboss.org/browse/WFCORE-1505
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
Calling
{code}
/host=master/socket-binding-group=sockets/socket-binding=one:add(port=1121)
{code}
I see a corresponding service in the service container'
{code}
Service "org.wildfly.network.socket-binding.one" (aliases: jboss.binding.one)
(class org.jboss.as.server.services.net.SocketBindingService) mode ON_DEMAND state DOWN
(WAITING) (parent: jboss.host.controller.model.controller) (dependencies:
jboss.socket-binding-manager)
{code}
However, when e.g. doing:
{code}
/host=master/socket-binding-group=sockets/remote-destination-outbound-socket-binding=test:add(host=localhost,port=12345)
{code}
I see no corresponding service in the dump.