[jboss-jira] [JBoss JIRA] Created: (JBAS-4906) Add AutoDiscoveryAddress and AutoDiscoveryGroup substitutions in sample-bindings.xml

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Wed Oct 24 10:58:02 EDT 2007


Add AutoDiscoveryAddress and AutoDiscoveryGroup substitutions in sample-bindings.xml
------------------------------------------------------------------------------------

                 Key: JBAS-4906
                 URL: http://jira.jboss.com/jira/browse/JBAS-4906
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Clustering, XML services
    Affects Versions: JBossAS-4.2.2.GA,  JBossAS-5.0.0.Beta3
            Reporter: Galder Zamarreno
         Assigned To: Brian Stansberry
            Priority: Minor


For HAJNDI service, add AutoDiscoveryGroup and AutoDiscoveryAddress settings in
docs/examples/binding-manager/sample-bindings.xml 

i.e.

ports-default

<service-config name="jboss:service=HAJNDI"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="Port" hostName="BindAddress">
<attribute name="RmiPort">1101</attribute>
<attribute name="AutoDiscoveryAddress">${jboss.partition.udpGroup:230.0.0.4}</attribute>
<attribute name="AutoDiscoveryGroup">1102</attribute>
</delegate-config>
<binding port="1100" host="${jboss.bind.address}"/>
</service-config> 
....

ports-01

<service-config name="jboss:service=HAJNDI"
delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
<delegate-config portName="Port" hostName="BindAddress">
<attribute name="RmiPort">1201</attribute>
<attribute name="AutoDiscoveryAddress">${jboss.partition.udpGroup:230.0.1.4}</attribute>
<attribute name="AutoDiscoveryGroup">1202</attribute>
</delegate-config>
<binding port="1200" host="${jboss.bind.address}"/>
</service-config> 
...


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list