[jboss-dev-forums] [Design of EJB 3.0] - Re: @RemoteBindings and clientBindUrl - JNDI binding questio

jaikiran do-not-reply at jboss.com
Mon Jul 28 05:17:24 EDT 2008


Btw, this is the -beans.xml, i use for the test case:

<deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |   xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
  |   xmlns="urn:jboss:bean-deployer:2.0">
  | 
  | .....
  |   <!-- Remoting Connector -->
  |   <bean name="Connector"
  |     class="org.jboss.remoting.transport.Connector">
  |     <property name="invokerLocator">socket://0.0.0.0:3873</property>
  |     <property name="serverConfiguration">
  |       <inject bean="ServerConfiguration" />
  |     </property>
  |   </bean>
  |   
  |   <bean name="AnotherConnector"
  |     class="org.jboss.remoting.transport.Connector">
  |     <property name="invokerLocator">socket://0.0.0.0:3333</property>
  |     <property name="serverConfiguration">
  |       <inject bean="ServerConfiguration" />
  |     </property>
  |   </bean>
  | 
  | </deployment>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166909#4166909

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166909



More information about the jboss-dev-forums mailing list