1 Reply Latest reply on Mar 21, 2005 6:04 AM by knutschik

    BindingManager

    knutschik

      Hi all,
      I want to use the BindingManager and therefore I have a question about the xml-configuration-file of the manager.
      What is the difference between the attrbute name="RmiPort" and the binding port-Element (see below).
      Where can I get a good documentation about using the BindingManager.

      <service-config name="jboss:service=Naming"
      delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
      >
      <delegate-config portName="Port" hostName="BindAddress">
      1098
      </delegate-config>

      </service-config>

      thanks a lot
      rmk

        • 1. Re: BindingManager
          knutschik

          Sorry, something is wrong with the configuration file snippet.
          Here it is...

          <service-config name="jboss:service=Naming"
          delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
          <delegate-config portName="Port" hostName="BindAddress">
          1098
          </delegate-config>

          </service-config>