diff --git a/testing/rest/src/test/resources/ctx-rest-test-main.xml b/testing/rest/src/test/resources/ctx-rest-test-main.xml index 9523d9902c6..7df9c260810 100644 --- a/testing/rest/src/test/resources/ctx-rest-test-main.xml +++ b/testing/rest/src/test/resources/ctx-rest-test-main.xml @@ -7,24 +7,10 @@ ~ and European Union Public License. See LICENSE file for details. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" + default-lazy-init="false"> diff --git a/testing/rest/src/test/resources/ctx-rest-test.xml b/testing/rest/src/test/resources/ctx-rest-test.xml index 8efdfc64687..00086179725 100644 --- a/testing/rest/src/test/resources/ctx-rest-test.xml +++ b/testing/rest/src/test/resources/ctx-rest-test.xml @@ -1,32 +1,19 @@ - - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context + http://www.springframework.org/schema/context/spring-context-3.0.xsd" + default-lazy-init="false"> + + diff --git a/testing/rest/src/test/resources/logback-test.xml b/testing/rest/src/test/resources/logback-test.xml index b6617d3b40c..767227a4f09 100644 --- a/testing/rest/src/test/resources/logback-test.xml +++ b/testing/rest/src/test/resources/logback-test.xml @@ -1,6 +1,6 @@ - + - - - + + + - + - + - - - - + + + + - +