|
@@ -37,12 +37,8 @@
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xmlns:p="http://www.springframework.org/schema/p"
|
|
|
xmlns:c="http://www.springframework.org/schema/c"
|
|
|
- xmlns:tx="http://www.springframework.org/schema/tx"
|
|
|
xmlns:util="http://www.springframework.org/schema/util"
|
|
|
- xmlns:sec="http://www.springframework.org/schema/security"
|
|
|
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
|
|
|
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
|
|
|
- http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd
|
|
|
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
|
|
|
|
|
|
<!--
|
|
@@ -193,4 +189,4 @@
|
|
|
p:serviceTicketCountWarnThreshold="5000"
|
|
|
p:sessionCountWarnThreshold="100000" />
|
|
|
</util:list>
|
|
|
-</beans>
|
|
|
+</beans>
|