Re: Access CamelContext from a plain-old Servlet

2016-11-14 Thread Tomohisa Igarashi
working fine for me. https://github.com/igarashitm/issues/tree/master/camel/camel-servletlistener-hello On 11/15/2016 03:53 AM, PeterJNelson wrote: I did. "CamelContext" attribute was null. -- View this message in context: http://camel.465427.n5.nabble.com/Access-CamelContext-from-a-plain-o

Re: Access CamelContext from a plain-old Servlet

2016-11-14 Thread PeterJNelson
I did. "CamelContext" attribute was null. -- View this message in context: http://camel.465427.n5.nabble.com/Access-CamelContext-from-a-plain-old-Servlet-tp5789659p5790115.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Access CamelContext from a plain-old Servlet

2016-11-02 Thread Tomohisa Igarashi
Hi, Did you try this one? It seems to be providing CamelContext as a ServletContext attribute. http://camel.apache.org/servletlistener-component.html Thanks, Tomo On 11/03/2016 01:16 AM, PeterJNelson wrote: I have a web application that uses Camel. I do not use the camel servlet, but I do us