[jboss-jira] [JBoss JIRA] (AS7-6970) Outbound-socket-binding configs don't propagate to domain server if socket-binding-group has no normal socket bindings
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Apr 22 21:35:53 EDT 2013
Brian Stansberry created AS7-6970:
-------------------------------------
Summary: Outbound-socket-binding configs don't propagate to domain server if socket-binding-group has no normal socket bindings
Key: AS7-6970
URL: https://issues.jboss.org/browse/AS7-6970
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 8.0.0.Alpha1
With a socket-binding-group config like the following, the no outbound-socket-binding=mail-smtp:add op is included in the list of boot ops sent to domain server.
{code}
<socket-binding-groups>
<socket-binding-group name="sockets1" default-interface="public">
<outbound-socket-binding name="mail-smtp">
<remote-destination host="localhost" port="1111"/>
</outbound-socket-binding>
</socket-binding-group>
{code}
--
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