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

Ron Sigal rsigal at belmont.prod.atl2.jboss.com
Wed Aug 30 21:21:19 EDT 2006


  User: rsigal  
  Date: 06/08/30 21:21:19

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/http/client 
                        SpringHttpClientService.xml
  Log:
  JBREM-595: Commented out registration of callback server.
  
  Revision  Changes    Path
  1.2       +4 -2      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringHttpClientService.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SpringHttpClientService.xml	14 Aug 2006 22:06:34 -0000	1.1
  +++ SpringHttpClientService.xml	31 Aug 2006 01:21:19 -0000	1.2
  @@ -20,7 +20,8 @@
        <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.http.web.SpringHttpServer"/>
      </bean>
   
  -
  +   <!--
  +   Callback server factories are now created programmatically.
      <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
         <property name="serviceName" value="SpringHttpCallbackServerService"/>
         <property name="service" ref="springHttpCallbackServerService"/>
  @@ -28,6 +29,7 @@
         <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.http.client.SpringHttpCallbackServer"/>
         <property name="registryPort" value="1299"/>
      </bean>
  +   -->
   
      <bean id="springHttpCallbackServerService"
            class="org.jboss.test.remoting.performance.spring.http.client.SpringHttpCallbackServerImpl">
  
  
  



More information about the jboss-cvs-commits mailing list