Skip to content

Commit

Permalink
CAMEL-6032: camel-servletlistener should offer a JNDI and Simple base…
Browse files Browse the repository at this point in the history
…d impl so people can choose.

git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1443664 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davsclaus committed Feb 7, 2013
1 parent 0b70a54 commit fb7c949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit fb7c949

Please sign in to comment.