~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to tests/org/jboss/test/remoting/performance/spring/hessian/client/SpringHessianClientService.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110909140103-o8ucrolqt5g25k57
Tags: upstream-2.5.3.SP1
ImportĀ upstreamĀ versionĀ 2.5.3.SP1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
4
 
 
5
 
      "http://www.springframework.org/dtd/spring-beans.dtd">
6
 
 
7
 
<beans>
8
 
 
9
 
   <!--<bean class="org.jboss.test.remoting.performance.spring.rmi.SpringRMIPerformanceClient">-->
10
 
      <!--<property name="springRMIServerService" ref="springRMIServerService"/>-->
11
 
   <!--</bean>-->
12
 
<!---->
13
 
   <!--<bean id="springRMIServerService" class="org.springframework.remoting.rmi.RmiProxyFactoryBean">-->
14
 
      <!--<property name="serviceUrl" value="rmi://localhost:1199/SpringRMIServerService"/>-->
15
 
      <!--<property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.rmi.SpringRMIServer"/>-->
16
 
   <!--</bean>-->
17
 
 
18
 
   <bean class="org.springframework.remoting.rmi.RmiServiceExporter">
19
 
      <property name="serviceName" value="SpringHessianCallbackServerService"/>
20
 
      <property name="service" ref="springHessianCallbackServerService"/>
21
 
      <property name="servicePort" value="1300"/>
22
 
      <property name="serviceInterface" value="org.jboss.test.remoting.performance.spring.hessian.client.SpringHessianCallbackServer"/>
23
 
      <property name="registryPort" value="1299"/>
24
 
   </bean>
25
 
 
26
 
   <bean id="springHessianCallbackServerService"
27
 
         class="org.jboss.test.remoting.performance.spring.hessian.client.SpringHessianCallbackServerImpl">
28
 
   </bean>
29
 
 
30
 
 
31
 
</beans>
 
 
b'\\ No newline at end of file'