File tree Expand file tree Collapse file tree 7 files changed +144
-147
lines changed
spring-aop/src/main/resources/org/springframework/aop/config
spring-context/src/main/resources/org/springframework
main/resources/org/springframework/transaction/config
test/java/org/springframework/transaction/annotation
spring-webmvc/src/main/resources/org/springframework/web/servlet/config
spring-websocket/src/main/resources/org/springframework/web/socket/config Expand file tree Collapse file tree 7 files changed +144
-147
lines changed Original file line number Diff line number Diff line change 197
197
]]> </xsd : documentation >
198
198
</xsd : annotation >
199
199
</xsd : attribute >
200
- <xsd : attribute name =" order" type =" xsd:int " >
200
+ <xsd : attribute name =" order" type =" xsd:token " >
201
201
<xsd : annotation >
202
202
<xsd : documentation source =" java:org.springframework.core.Ordered" ><![CDATA[
203
203
Controls the ordering of the execution of this aspect when multiple
386
386
]]> </xsd : documentation >
387
387
</xsd : annotation >
388
388
</xsd : attribute >
389
- <xsd : attribute name =" order" type =" xsd:int " >
389
+ <xsd : attribute name =" order" type =" xsd:token " >
390
390
<xsd : annotation >
391
391
<xsd : documentation source =" java:org.springframework.core.Ordered" ><![CDATA[
392
392
Controls the ordering of the execution of this advice when multiple
Original file line number Diff line number Diff line change 96
96
]]> </xsd : documentation >
97
97
</xsd : annotation >
98
98
</xsd : attribute >
99
- <xsd : attribute name =" order" type =" xsd:int " >
99
+ <xsd : attribute name =" order" type =" xsd:token " >
100
100
<xsd : annotation >
101
101
<xsd : documentation source =" java:org.springframework.core.Ordered" ><![CDATA[
102
102
Controls the ordering of the execution of the cache advisor
Original file line number Diff line number Diff line change 47
47
]]> </xsd : documentation >
48
48
</xsd : annotation >
49
49
</xsd : attribute >
50
- <xsd : attribute name =" order" type =" xsd:integer " >
50
+ <xsd : attribute name =" order" type =" xsd:token " >
51
51
<xsd : annotation >
52
52
<xsd : documentation ><![CDATA[
53
53
Specifies the order for this placeholder configurer. If more than one is present in a context
Original file line number Diff line number Diff line change 131
131
]]> </xsd : documentation >
132
132
</xsd : annotation >
133
133
</xsd : attribute >
134
- <xsd : attribute name =" order" type =" xsd:int " >
134
+ <xsd : attribute name =" order" type =" xsd:token " >
135
135
<xsd : annotation >
136
136
<xsd : documentation source =" java:org.springframework.core.Ordered" ><![CDATA[
137
137
Controls the ordering of the execution of the transaction advisor
209
209
</xsd : restriction >
210
210
</xsd : simpleType >
211
211
</xsd : attribute >
212
- <xsd : attribute name =" timeout" type =" xsd:integer " default =" -1" >
212
+ <xsd : attribute name =" timeout" type =" xsd:int " default =" -1" >
213
213
<xsd : annotation >
214
214
<xsd : documentation ><![CDATA[
215
215
The transaction timeout value (in seconds).
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xmlns : aop =" http://www.springframework.org/schema/aop"
5
- xmlns : context =" http://www.springframework.org/schema/context"
4
+ xmlns : context =" http://www.springframework.org/schema/context"
6
5
xmlns : tx =" http://www.springframework.org/schema/tx"
7
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
8
- http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
9
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
10
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd" >
6
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
8
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd" >
11
9
12
- <tx : annotation-driven />
10
+ <tx : annotation-driven order = " #{ T(java.lang.Integer).MAX_VALUE } " />
13
11
14
12
<bean id =" transactionManager" class =" org.springframework.tests.transaction.CallCountingTransactionManager" />
15
13
Original file line number Diff line number Diff line change 354
354
]]> </xsd : documentation >
355
355
</xsd : annotation >
356
356
</xsd : attribute >
357
- <xsd : attribute name =" order" type =" xsd:int " >
357
+ <xsd : attribute name =" order" type =" xsd:token " >
358
358
<xsd : annotation >
359
359
<xsd : documentation >
360
360
<![CDATA[
You can’t perform that action at this time.
0 commit comments