[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:02:00 EDT 2006


  User: rsigal  
  Date: 06/08/29 21:02:00

  Added:       src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMICallbackServerService.xml.save
  Log:
  JBREM-592:  SpringRMICallbackServerService.xml is no longer used.
  
  Revision  Changes    Path
  1.1      date: 2006/08/30 01:02:00;  author: rsigal;  state: Exp;JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml.save
  
  Index: SpringRMICallbackServerService.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.rmi.SpringRMIHandler">
        <property name="springRMICallbackServerService" ref="springRMICallbackServerService"/>
     </bean>
  
     <bean id="springRMICallbackServerService" class="org.springframework.remoting.rmi.RmiProxyFactoryBean">
        <property name="serviceUrl" value="rmi://localhost:1299/SpringRMICallbackServerService"/>
        <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.rmi.SpringRMICallbackServer"/>
     </bean>
  
  
  </beans>
  
  



More information about the jboss-cvs-commits mailing list