[jboss-jira] [JBoss JIRA] (AS7-2279) SocketBindingGroup not defined for server

Heiko Braun (Created) (JIRA) jira-events at lists.jboss.org
Wed Oct 26 05:56:45 EDT 2011


SocketBindingGroup not defined for server
-----------------------------------------

                 Key: AS7-2279
                 URL: https://issues.jboss.org/browse/AS7-2279
             Project: Application Server 7
          Issue Type: Clarification
          Components: Domain Management
            Reporter: Heiko Braun
            Assignee: Brian Stansberry
             Fix For: 7.1.0.Beta1


How can it be that a server has no explicit socket binding association? See server-one for instance:

{noformat}
 <servers>
        <server name="server-one" group="main-server-group" auto-start="true"/>
        <server name="server-two" group="main-server-group" auto-start="false">
            <system-properties>
                <property name="server" value="two" boot-time="false"/>
            </system-properties>
            <socket-binding-group ref="standard-sockets" port-offset="150"/>
        </server>
        <server name="server-three" group="other-server-group" auto-start="false">
            <system-properties>
                <property name="a" value="a" boot-time="false"/>
                <property name="b" value="b"/>
            </system-properties>
            <socket-binding-group ref="ha-sockets" port-offset="250"/>
        </server>
    </servers>

{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list