From 5bde226ecc5ffb451680062b29309042b579b556 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 1 Apr 2016 11:56:27 -0500 Subject: [PATCH] Fix Eclipse compile errors * Most web.xml servlet API versions updated to 3.0 for ASYNC support * httpsession-xml is left at 2.5 to ensure compatability & remove ASYNC * Remove @Override on interface override --- .../src/main/webapp/WEB-INF/web.xml | 4 ++-- .../src/main/webapp/WEB-INF/web.xml | 4 ++-- samples/httpsession-jdbc-xml/src/main/webapp/WEB-INF/web.xml | 4 ++-- .../src/main/java/sample/H2ConsoleInitializer.java | 1 - samples/httpsession-xml/src/main/webapp/WEB-INF/web.xml | 1 - 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml b/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml index b7ba5a0b..a6855753 100644 --- a/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml +++ b/samples/httpsession-gemfire-clientserver-xml/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">