Re: Camel 3 alternatives for ServletListener component

2019-11-22 Thread Claus Ibsen
Hi Yeah you can use @WebListener or whatever the servlet container supports. Or for example use a spring xml file and a spring servlet listener that bootstrap spring and reads the xml file, where you can have to start Camel. Such as shown in this example https://github.com/apache/camel/tree/mast

Camel 3 alternatives for ServletListener component

2019-11-21 Thread Markus Punnar
Hello! As I understand the ServletListener component which was used to bootstrap Camel is deprecated and removed in Camel 3. From the docs I did not find what should be done instead when using Camel 3? For Servlet 3.x contains the @WebListener annotation-driven configuration can be used. Is this t