From d891fb7079d75024f9844451e61b9232e1ff6b38 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Fri, 3 Feb 2017 17:28:07 +0200 Subject: Fix JBoss 6 integration tests --- uitest/src/main/webapp/WEB-INF/web.xml | 26 ------ uitest/src/main/webapp/WEB-INF/web.xml.2.4 | 131 ----------------------------- 2 files changed, 157 deletions(-) delete mode 100644 uitest/src/main/webapp/WEB-INF/web.xml.2.4 (limited to 'uitest') diff --git a/uitest/src/main/webapp/WEB-INF/web.xml b/uitest/src/main/webapp/WEB-INF/web.xml index 4f7ed062a8..5a1e3357da 100644 --- a/uitest/src/main/webapp/WEB-INF/web.xml +++ b/uitest/src/main/webapp/WEB-INF/web.xml @@ -86,16 +86,6 @@ true - - VaadinApplicationRunnerWithJSR356 - com.vaadin.launcher.ApplicationRunnerServlet - - - org.atmosphere.cpr.asyncSupport - org.atmosphere.container.JSR356AsyncSupport - - true - CommErrorEmulator com.vaadin.tests.application.CommErrorEmulatorServlet @@ -156,17 +146,6 @@ true - - - IntegrationTest - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.integration.ServletIntegrationUI - - true - - Embed App 1 /embed1/* @@ -205,11 +184,6 @@ /run-push-timeout/* - - VaadinApplicationRunnerWithJSR356 - /run-jsr356/* - - CommErrorEmulator /commerror/* diff --git a/uitest/src/main/webapp/WEB-INF/web.xml.2.4 b/uitest/src/main/webapp/WEB-INF/web.xml.2.4 deleted file mode 100644 index 96144b8036..0000000000 --- a/uitest/src/main/webapp/WEB-INF/web.xml.2.4 +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Vaadin - Vaadin examples - - - productionMode - false - - - - resourceCacheTime - 3600 - - - Embed App 1 - com.vaadin.server.LegacyVaadinServlet - - application - com.vaadin.tests.components.button.Buttons - - - - Embed App 2 - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.components.label.MarginsInLabels - - - - UI provider app - com.vaadin.server.VaadinServlet - - UIProvider - com.vaadin.tests.applicationservlet.InitParamUIProvider - - - UI - com.vaadin.tests.VerifyAssertionsEnabled - - - - - VaadinApplicationRunner - com.vaadin.launcher.ApplicationRunnerServlet - - - legacyPropertyToString - false - - - heartbeatInterval - 301 - - - resourceCacheTime - 3601 - - - closeIdleSessions - true - - - testParam - 42 - - - - - VaadinApplicationRunnerWithPush - com.vaadin.launcher.ApplicationRunnerServlet - - pushmode - automatic - - - - - - IntegrationTest - com.vaadin.server.VaadinServlet - - UI - com.vaadin.tests.integration.ServletIntegrationUI - - - - Embed App 1 - /embed1/* - - - - Embed App 2 - /embed2/* - - - - UI provider app - /uiprovider/* - - - - VaadinApplicationRunner - /run/* - - - - VaadinApplicationRunnerWithPush - /run-push/* - - - - IntegrationTest - /integration/* - - - - IntegrationTest - /VAADIN/* - - - - index.html - - - -- cgit v1.2.3