0 Replies Latest reply on Dec 3, 2003 2:04 PM by rouvi

    binding management + jnpPort + rmiPort

    rouvi

      Hi,

      I use the Binding Management as described in the documentation (JBoss Administration and Development).

      In my file "binding-service.xml" I have the following configuration :

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


      <delegate-config portName="Port"/>

      </service-config>

      If "RmiPort" comes first, the rmiPort is changed.
      If "Port" comes first, the jnpPort is changed.
      BUT IT'S NOT possible to change the two ports.

      Using one <service-config>...</service-config> for each port doesn't help.

      If I modify the ports in the file
      jboss-service.xml
      than all is OK.

      How can I change those ports using the Services Binding Management ?

      Thank you for your help.