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

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


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

  Added:       src/tests/org/jboss/test/remoting/performance/spring/http/web  
                        SpringHttpCallbackServerService.xml.save
  Removed:     src/tests/org/jboss/test/remoting/performance/spring/http/web  
                        SpringHttpCallbackServerService.xml
  Log:
  JBREM-595:  Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.
  
  Revision  Changes    Path
  1.1      date: 2006/08/31 01:24:24;  author: rsigal;  state: Exp;JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.save
  
  Index: SpringHttpCallbackServerService.xml.save
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
  
        "http://www.springframework.org/dtd/spring-beans.dtd">
  
  <!-- This file is no longer used.  Callback servers are now created programmatically. -->
  <beans>
  
     <bean class="org.jboss.test.remoting.performance.spring.http.web.SpringHttpHandler">
        <property name="springHttpCallbackServerService" ref="springHttpCallbackServerService"/>
     </bean>
  
     <bean id="springHttpCallbackServerService" class="org.springframework.remoting.rmi.RmiProxyFactoryBean">
        <property name="serviceUrl" value="rmi://localhost:1299/SpringHttpCallbackServerService"/>
        <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.http.client.SpringHttpCallbackServer"/>
     </bean>
  
  
  </beans>
  
  



More information about the jboss-cvs-commits mailing list