[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


     [ https://issues.jboss.org/browse/AS7-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-6970:
----------------------------------

    Description: 
With a socket-binding-group config like the following, the outbound-socket-binding=mail-smtp:add op is not 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}

  was:
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}


    
> 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 outbound-socket-binding=mail-smtp:add op is not 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