From 6de7bccc1f21a7f59d1f68e03f32fb3392171b98 Mon Sep 17 00:00:00 2001 From: Fabrice Daugan Date: Sun, 22 Oct 2023 23:54:32 +0200 Subject: [PATCH] Cleanup --- .../main/resources/WEB-INF/web-test-nodb.xml | 25 -------------- .../resources/WEB-INF/web-test-security.xml | 33 ------------------- .../resources/WEB-INF/web-test-validation.xml | 25 -------------- .../src/main/resources/WEB-INF/web-test.xml | 25 -------------- 4 files changed, 108 deletions(-) delete mode 100644 plugin-api-test/src/main/resources/WEB-INF/web-test-nodb.xml delete mode 100644 plugin-api-test/src/main/resources/WEB-INF/web-test-security.xml delete mode 100644 plugin-api-test/src/main/resources/WEB-INF/web-test-validation.xml delete mode 100644 plugin-api-test/src/main/resources/WEB-INF/web-test.xml diff --git a/plugin-api-test/src/main/resources/WEB-INF/web-test-nodb.xml b/plugin-api-test/src/main/resources/WEB-INF/web-test-nodb.xml deleted file mode 100644 index 8959f6e2..00000000 --- a/plugin-api-test/src/main/resources/WEB-INF/web-test-nodb.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - business - - contextConfigLocation - classpath:/META-INF/spring/core-context.xml,classpath:META-INF/spring/rest-context-test.xml - - - RestServlet - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.context.request.RequestContextListener - - - RestServlet - /rest/* - - \ No newline at end of file diff --git a/plugin-api-test/src/main/resources/WEB-INF/web-test-security.xml b/plugin-api-test/src/main/resources/WEB-INF/web-test-security.xml deleted file mode 100644 index 8038f142..00000000 --- a/plugin-api-test/src/main/resources/WEB-INF/web-test-security.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - business - - contextConfigLocation - classpath*:/META-INF/spring/jpa-context-test.xml,classpath*:/META-INF/spring/business-context-test.xml,classpath:META-INF/spring/rest-context.xml,classpath:/META-INF/spring/security-context.xml - - - RestServlet - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - springSecurityFilterChain - /rest/* - - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.context.request.RequestContextListener - - - RestServlet - /rest/* - - \ No newline at end of file diff --git a/plugin-api-test/src/main/resources/WEB-INF/web-test-validation.xml b/plugin-api-test/src/main/resources/WEB-INF/web-test-validation.xml deleted file mode 100644 index f93af765..00000000 --- a/plugin-api-test/src/main/resources/WEB-INF/web-test-validation.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - business test configuration for JSR-303 over JSR-311 - - contextConfigLocation - classpath:/META-INF/spring/jpa-context-test.xml,classpath*:/META-INF/spring/business-context-test.xml,classpath:META-INF/spring/rest-context.xml - - - RestServlet - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.context.request.RequestContextListener - - - RestServlet - /rest/* - - \ No newline at end of file diff --git a/plugin-api-test/src/main/resources/WEB-INF/web-test.xml b/plugin-api-test/src/main/resources/WEB-INF/web-test.xml deleted file mode 100644 index a3a8ba91..00000000 --- a/plugin-api-test/src/main/resources/WEB-INF/web-test.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - business - - contextConfigLocation - classpath*:/META-INF/spring/jpa-context-test.xml,classpath*:/META-INF/spring/business-context-test.xml,classpath*:META-INF/spring/rest-context.xml - - - RestServlet - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.context.request.RequestContextListener - - - RestServlet - /rest/* - - \ No newline at end of file