Project

General

Profile

« Previous | Next » 

Revision 49879

merged newAPI branch

View differences:

springContext-repo-manager.xml
5 5
       xmlns:tx="http://www.springframework.org/schema/tx"
6 6
       xmlns:task="http://www.springframework.org/schema/task"
7 7
       xmlns:aop="http://www.springframework.org/schema/aop"
8
       xmlns:context="http://www.springframework.org/schema/context"
8 9

  
9
       xsi:schemaLocation="
10
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
10
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
11 11
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
12 12
        http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
13
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd">
13
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
14 14

  
15

  
16

  
17

  
15 18
    <task:annotation-driven executor="myExecutor" scheduler="myScheduler"/>
16 19
    <task:executor id="myExecutor" pool-size="5"/>
17 20
    <task:scheduler id="myScheduler" pool-size="10"/>

Also available in: Unified diff