Author: davsclaus Date: Thu Feb 7 19:01:44 2013 New Revision: 1443664 URL: http://svn.apache.org/r1443664 Log: CAMEL-6032: camel-servletlistener should offer a JNDI and Simple based impl so people can choose.
Modified: camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml Modified: camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml?rev=1443664&r1=1443663&r2=1443664&view=diff ============================================================================== --- camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml (original) +++ camel/trunk/examples/camel-example-servlet-tomcat-no-spring/src/main/webapp/WEB-INF/web.xml Thu Feb 7 19:01:44 2013 @@ -39,7 +39,7 @@ <!-- the listener that kick-starts Camel --> <listener> - <listener-class>org.apache.camel.component.servletlistener.CamelServletContextListener</listener-class> + <listener-class>org.apache.camel.component.servletlistener.JndiCamelServletContextListener</listener-class> </listener> <!-- Camel servlet used in the Camel application -->