~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-support/dhis-support-system/src/test/resources/META-INF/dhis/beans.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<beans xmlns="http://www.springframework.org/schema/beans"
 
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
  xsi:schemaLocation="
 
5
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
6
  
 
7
  <bean id="internal-process-a"
 
8
    class="org.hisp.dhis.system.process.test.SleepingInternalProcess"
 
9
    scope="prototype">
 
10
    <property name="millis" value="10"/>
 
11
    <property name="group" value="group1"/>
 
12
  </bean>
 
13
  
 
14
  <bean id="internal-process-b"
 
15
    class="org.hisp.dhis.system.process.test.SleepingInternalProcess"
 
16
    scope="prototype">
 
17
    <property name="millis" value="10"/>
 
18
    <property name="group" value="group1"/>
 
19
    <property name="serialToGroup" value="true"/>
 
20
  </bean>
 
21
  
 
22
  <bean id="internal-process-c"
 
23
    class="org.hisp.dhis.system.process.test.SleepingInternalProcess"
 
24
    scope="prototype">
 
25
    <property name="millis" value="10"/>
 
26
    <property name="serialToAll" value="true"/>
 
27
  </bean>
 
28
  
 
29
  <bean id="internal-process-d"
 
30
    class="org.hisp.dhis.system.process.test.SleepingInternalProcess"
 
31
    scope="prototype">
 
32
    <property name="millis" value="10000"/>
 
33
    <property name="serialToAll" value="true"/>
 
34
  </bean>
 
35
  
 
36
  <bean id="internal-process-producer"
 
37
    class="org.hisp.dhis.system.stream.test.ProducingInternalProcess"
 
38
    scope="prototype"/>
 
39
  
 
40
</beans>
 
 
b'\\ No newline at end of file'