RE: Problem with ssh under camel 2.19.0

2017-07-17 Thread Thibault, Daniel
-Message d'origine- De : Claus Ibsen [mailto:claus.ib...@gmail.com] Envoyé : 16 juillet 2017 03:16 À : users@camel.apache.org > > You should use the versions of the JARs that Apache Camel is built with. > > When you use Maven you get this "for free" here is what camel-ssh has a > dependen

Problem with ssh under camel 2.19.0

2017-07-13 Thread Thibault, Daniel
I'm a raw beginner with Camel. I'm trying to work out an ssh query-response route using Camel. The java 8 code is very simply this: package ...; import org.apache.camel.CamelContext; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.impl.DefaultCamelContext; public cl