[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi ...

Ron Sigal rsigal at belmont.prod.atl2.jboss.com
Tue Aug 29 21:04:54 EDT 2006


  User: rsigal  
  Date: 06/08/29 21:04:54

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMIClientService.xml
  Log:
  JBREM-592:  Callback servers are now exported programmatically.
  
  Revision  Changes    Path
  1.3       +6 -2      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringRMIClientService.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SpringRMIClientService.xml	19 Aug 2006 07:04:51 -0000	1.2
  +++ SpringRMIClientService.xml	30 Aug 2006 01:04:54 -0000	1.3
  @@ -15,13 +15,17 @@
         <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.rmi.SpringRMIServer"/>
      </bean>
   
  +   <!--
  +   Callback server factories are now created programmatically.
  +   
      <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
         <property name="serviceName" value="SpringRMICallbackServerService"/>
         <property name="service" ref="springRMICallbackServerService"/>
  -      <!--<property name="servicePort" value="1300"/>-->
  +      <property name="servicePort" value="1300"/>
         <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.rmi.SpringRMICallbackServer"/>
         <property name="registryPort" value="1299"/>
      </bean>
  +   -->
   
      <bean id="springRMICallbackServerService"
            class="org.jboss.test.remoting.performance.spring.rmi.SpringRMICallbackServerImpl">
  
  
  



More information about the jboss-cvs-commits mailing list