converting XML DSL example to Java

2017-06-11 Thread Ralph Cook
The camel example for using Spring and XML DSL routing has the following config file: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLoc

RE: trouble with camel spring web example

2017-06-06 Thread Ralph Cook
e are only active supporting the latest versions. On Tue, Jun 6, 2017 at 1:33 PM, Ralph Cook wrote: > We cannot use the latest Camel, nor 2.18.4; the latest states it requires > Java 8, and running with 2.18.4 gives the "major/minor version" error one > gets when attempting to r

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 Ralph Cook
tup, and then can start Camel. You should see in the log from tomcat, when Camel startup as it logs that. If you dont see that, then Camel is not starting. On Mon, Jun 5, 2017 at 4:06 PM, Ralph Cook wrote: > I am trying to work through an example from the camel website, namely > came

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