From fb7c949c59a0883f713aff554ab5e8a3470131d9 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Thu, 7 Feb 2013 19:01:44 +0000 Subject: [PATCH] CAMEL-6032: camel-servletlistener should offer a JNDI and Simple based impl so people can choose. git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1443664 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml b/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml index e1ed17758ca..d89109de881 100755 --- a/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml +++ b/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml @@ -39,7 +39,7 @@ - org.apache.camel.component.servletlistener.CamelServletContextListener + org.apache.camel.component.servletlistener.JndiCamelServletContextListener