RE: trouble with camel spring web example

2017-06-06 Thread Ralph Cook
.com] Sent: Tuesday, June 6, 2017 10:53 AM To: users@camel.apache.org Subject: Re: trouble with camel spring web example Check that you see Camel logs, or use jconsole to connect to the jvm if you can see Camel JMX mbeans there. We cannot easily help users on EOL versions of Camel as we her

Re: trouble with camel spring web example

2017-06-06 Thread Claus Ibsen
riginal Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Tuesday, June 6, 2017 6:52 AM > To: users@camel.apache.org > Subject: Re: trouble with camel spring web example > > Must you use so old version of Camel, 2.16.0 is EOL. Or at least upgrade to > late

RE: trouble with camel spring web example

2017-06-06 Thread Ralph Cook
mail.com] Sent: Tuesday, June 6, 2017 6:52 AM To: users@camel.apache.org Subject: Re: trouble with camel spring web example Must you use so old version of Camel, 2.16.0 is EOL. Or at least upgrade to latest 2.16.x. And you can try out the examples that is shipped, it should work. On Tue, Jun 6, 20

Re: trouble with camel spring web example

2017-06-06 Thread Claus Ibsen
> From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Tuesday, June 6, 2017 5:33 AM > To: users@camel.apache.org > Subject: Re: trouble with camel spring web example > > Its spring that is starting up Camel as you define Camel in the > camel-context.xml file which is a

RE: trouble with camel spring web example

2017-06-06 Thread Ralph Cook
t: Tuesday, June 6, 2017 5:33 AM To: users@camel.apache.org Subject: Re: trouble with camel spring web example Its spring that is starting up Camel as you define Camel in the camel-context.xml file which is a Spring file. So you need the spring context listener in the web.xml file so spring star

Re: trouble with camel spring web example

2017-06-06 Thread Claus Ibsen
Its spring that is starting up Camel as you define Camel in the camel-context.xml file which is a Spring file. So you need the spring context listener in the web.xml file so spring startup, and then can start Camel. You should see in the log from tomcat, when Camel startup as it logs that. If you

trouble with camel spring web example

2017-06-05 Thread Ralph Cook
I am trying to work through an example from the camel website, namely camel-example-servlet-tomcat. I want to get a web application working that takes input from a web service request and uses it as the data with which to start a camel route. I am running Tomcat 7.0.63, Netbeans 8.02, Windows 10