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

Ron Sigal ron_sigal at yahoo.com
Sat Aug 19 03:04:51 EDT 2006


  User: rsigal  
  Date: 06/08/19 03:04:51

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMIClientService.xml
  Log:
  JBREM-584:  Commented out the "servicePort" property.
  
  Revision  Changes    Path
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SpringRMIClientService.xml	13 Aug 2006 19:30:05 -0000	1.1
  +++ SpringRMIClientService.xml	19 Aug 2006 07:04:51 -0000	1.2
  @@ -18,7 +18,7 @@
      <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>
  
  
  



More information about the jboss-cvs-commits mailing list