1 Reply Latest reply on Jun 12, 2007 10:51 AM by poyge394

    jboss-4.2.0.GA Bindingmanager

    poyge394

      sombody most update sample-bindings.xml,

      the services below should be included in sample-bindings.xml otherwise you can not control does port with bindingmanager service and most change the porst manualy:


      org.jboss.remoting.transport.Connector
      located in
      conf/jboss-service.xml

      and

      org.jboss.remoting.transport.Connector located in:
      deploy/ejb3.deployer/META-INF/jboss-service.xml


      / Poyan

        • 1. Re: jboss-4.2.0.GA Bindingmanager
          poyge394

          actually i found for deploy/ejb3.deployer/META-INF/jboss-service.xml
          i was just blind

           <!-- EJB3 Remoting Connector ejb3.deployer/META-INF/jboss-service.xml -->
          
           <service-config name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3"
           delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
           <delegate-config>
           <attribute name="InvokerLocator">socket://${jboss.bind.address}:3973</attribute>
           </delegate-config>
           <binding port="3973"/>
           </service-config>
          


          but for conf/jboss-service.xml and the Mben name it does not exists
          name="jboss.remoting:service=Connector,transport=socket"