From ce162ceaeb881a3a399009527dd23e27d637087a Mon Sep 17 00:00:00 2001 From: hirakuriy Date: Wed, 10 Apr 2019 20:38:38 +0900 Subject: [PATCH] replace schema location for Spring from http to https #807 --- .../terasoluna-gfw-functionaltest-codelist.xml | 4 ++-- .../spring/terasoluna-gfw-functionaltest-domain.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-infra.xml | 4 ++-- .../terasoluna-gfw-functionaltest-infra-mybatis.xml | 4 ++-- .../src/test/resources/test-context.xml | 2 +- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 12 ++++++------ .../spring/terasoluna-gfw-functionaltest-env.xml | 12 ++++++------ .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 10 +++++----- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 8 ++++---- .../spring/terasoluna-gfw-functionaltest-env.xml | 12 ++++++------ .../resources/META-INF/spring/seleniumContext.xml | 6 +++--- .../resources/META-INF/spring/applicationContext.xml | 6 +++--- .../resources/META-INF/spring/spring-mvc-common.xml | 10 +++++----- ...spring-mvc-exceptionhandling-change-attribute.xml | 10 +++++----- ...-exceptionhandling-change-default-status-code.xml | 10 +++++----- ...c-exceptionhandling-exceptionlogger-variation.xml | 10 +++++----- ...-mvc-exceptionhandling-ignore-result-messages.xml | 10 +++++----- .../spring-mvc-exceptionhandling-log-format.xml | 10 +++++----- ...eptionhandling-message-exception-coderesolver.xml | 10 +++++----- .../spring/spring-mvc-exceptionhandling-redirect.xml | 10 +++++----- .../main/resources/META-INF/spring/spring-mvc.xml | 10 +++++----- .../resources/META-INF/spring/spring-security.xml | 4 ++-- 30 files changed, 123 insertions(+), 123 deletions(-) diff --git a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-codelist.xml b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-codelist.xml index 87da53fe9..c8f17ec82 100644 --- a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-codelist.xml +++ b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-codelist.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.1.xsd"> diff --git a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-domain.xml b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-domain.xml index ee7d0fc2a..aaae244e3 100644 --- a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-domain.xml +++ b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-domain.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd"> diff --git a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra.xml b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra.xml index e2656f268..abfcba814 100644 --- a/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra.xml +++ b/terasoluna-gfw-functionaltest-domain/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra.xml @@ -1,8 +1,8 @@ diff --git a/terasoluna-gfw-functionaltest-domain/src/test/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra-mybatis.xml b/terasoluna-gfw-functionaltest-domain/src/test/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra-mybatis.xml index 6abe2277f..ac79b779d 100644 --- a/terasoluna-gfw-functionaltest-domain/src/test/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra-mybatis.xml +++ b/terasoluna-gfw-functionaltest-domain/src/test/resources/META-INF/spring/terasoluna-gfw-functionaltest-infra-mybatis.xml @@ -2,8 +2,8 @@ diff --git a/terasoluna-gfw-functionaltest-domain/src/test/resources/test-context.xml b/terasoluna-gfw-functionaltest-domain/src/test/resources/test-context.xml index 2bdf3e092..d4fdf4512 100644 --- a/terasoluna-gfw-functionaltest-domain/src/test/resources/test-context.xml +++ b/terasoluna-gfw-functionaltest-domain/src/test/resources/test-context.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/interstage11-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/interstage11-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 56b267bcf..4b71a2b49 100644 --- a/terasoluna-gfw-functionaltest-env/configs/interstage11-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/interstage11-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/jboss-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/jboss-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 17247c87d..ca046272c 100644 --- a/terasoluna-gfw-functionaltest-env/configs/jboss-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/jboss-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -3,12 +3,12 @@ xmlns:jee="http://www.springframework.org/schema/jee" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:util="http://www.springframework.org/schema/util" xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd - http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/jboss7-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/jboss7-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 17247c87d..ca046272c 100644 --- a/terasoluna-gfw-functionaltest-env/configs/jboss7-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/jboss7-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -3,12 +3,12 @@ xmlns:jee="http://www.springframework.org/schema/jee" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:util="http://www.springframework.org/schema/util" xmlns:task="http://www.springframework.org/schema/task" - xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd - http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 56b267bcf..4b71a2b49 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 79ef97314..c9d7a255b 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat8-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat8-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 56b267bcf..4b71a2b49 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat8-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat8-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat8-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat8-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 79ef97314..c9d7a255b 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat8-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat8-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat85-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat85-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 56b267bcf..4b71a2b49 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat85-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat85-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/tomcat85-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/tomcat85-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 79ef97314..c9d7a255b 100644 --- a/terasoluna-gfw-functionaltest-env/configs/tomcat85-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/tomcat85-postgresql/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/weblogic-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/weblogic-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 303ac4612..2894b0c7f 100644 --- a/terasoluna-gfw-functionaltest-env/configs/weblogic-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/weblogic-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/webotx-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/webotx-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 56b267bcf..4b71a2b49 100644 --- a/terasoluna-gfw-functionaltest-env/configs/webotx-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/webotx-oracle/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/configs/webspherelp-db2/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/configs/webspherelp-db2/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index e5a2d1968..60d26105e 100644 --- a/terasoluna-gfw-functionaltest-env/configs/webspherelp-db2/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/configs/webspherelp-db2/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -2,10 +2,10 @@ + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-env/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml b/terasoluna-gfw-functionaltest-env/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml index 5cc2f79ea..9a9d9c89f 100644 --- a/terasoluna-gfw-functionaltest-env/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml +++ b/terasoluna-gfw-functionaltest-env/src/main/resources/META-INF/spring/terasoluna-gfw-functionaltest-env.xml @@ -3,12 +3,12 @@ xmlns:jee="http://www.springframework.org/schema/jee" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xmlns:task="http://www.springframework.org/schema/task" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd - http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/jdbc https://www.springframework.org/schema/jdbc/spring-jdbc.xsd + http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd"> diff --git a/terasoluna-gfw-functionaltest-selenium/src/test/resources/META-INF/spring/seleniumContext.xml b/terasoluna-gfw-functionaltest-selenium/src/test/resources/META-INF/spring/seleniumContext.xml index 8c4b89058..5f453d27e 100644 --- a/terasoluna-gfw-functionaltest-selenium/src/test/resources/META-INF/spring/seleniumContext.xml +++ b/terasoluna-gfw-functionaltest-selenium/src/test/resources/META-INF/spring/seleniumContext.xml @@ -1,9 +1,9 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/applicationContext.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/applicationContext.xml index 7c465b6e4..f9364b824 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/applicationContext.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/applicationContext.xml @@ -1,9 +1,9 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-common.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-common.xml index 1de5b9a29..89383b76b 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-common.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-common.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-attribute.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-attribute.xml index 72223d437..846b49daa 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-attribute.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-attribute.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-default-status-code.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-default-status-code.xml index 027664c28..8f5242676 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-default-status-code.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-change-default-status-code.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-exceptionlogger-variation.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-exceptionlogger-variation.xml index cda7000e4..a326199e1 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-exceptionlogger-variation.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-exceptionlogger-variation.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-ignore-result-messages.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-ignore-result-messages.xml index 24cd3d343..982a8f9b5 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-ignore-result-messages.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-ignore-result-messages.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-log-format.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-log-format.xml index b026f5f22..715f6da3a 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-log-format.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-log-format.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-message-exception-coderesolver.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-message-exception-coderesolver.xml index a92374316..0126071f6 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-message-exception-coderesolver.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-message-exception-coderesolver.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-redirect.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-redirect.xml index e0ddcf425..6bcbe3613 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-redirect.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc-exceptionhandling-redirect.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc.xml index fec946daa..01924630a 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-mvc.xml @@ -2,11 +2,11 @@ + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/aop https://www.springframework.org/schema/aop/spring-aop.xsd"> diff --git a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-security.xml b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-security.xml index f5b440b04..edc69439e 100644 --- a/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-security.xml +++ b/terasoluna-gfw-functionaltest-web/src/main/resources/META-INF/spring/spring-security.xml @@ -2,8 +2,8 @@