From 19f439da62e9c097993ef43566677c318845bd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Mon, 12 Oct 2009 13:08:32 +0200 Subject: [PATCH] Fixing web.xml validation error. The schema requires that display-name goes before servlet-name. --- navalplanner-webapp/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml index 1de262dbc..137ff246f 100644 --- a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml +++ b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml @@ -91,8 +91,8 @@ - CXFServlet CXF Servlet + CXFServlet org.apache.cxf.transport.servlet.CXFServlet