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

Ron Sigal ron_sigal at yahoo.com
Tue Aug 29 00:19:29 EDT 2006


  User: rsigal  
  Date: 06/08/29 00:19:29

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMIServerService.xml
  Log:
  JBREM-592:  Commented out servicePort property to avoid bind port collisions.
  
  Revision  Changes    Path
  1.2       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringRMIServerService.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SpringRMIServerService.xml	13 Aug 2006 19:30:05 -0000	1.1
  +++ SpringRMIServerService.xml	29 Aug 2006 04:19:29 -0000	1.2
  @@ -9,7 +9,7 @@
      <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
         <property name="serviceName" value="SpringRMIServerService"/>
         <property name="service" ref="springRMIServerService"/>
  -      <property name="servicePort" value="1200"/>
  +      <!--<property name="servicePort" value="1200"/>-->
         <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.rmi.SpringRMIServer"/>
         <property name="registryPort" value="1199"/>
      </bean>
  
  
  



More information about the jboss-cvs-commits mailing list