AW: Component "camel-ssh" broken? - NoSuchMethodError: ConnectFuture.getSession()

2021-01-26 Thread Schulze, Jan
ectFuture.getSession() Hi Thanks for reporting. Can you create a JIRA ticket. And would you be able to try test with switching to use mina 2.0 JAR on the classpath but keep using the 3.7.1 camel version. On Tue, Jan 26, 2021 at 1:20 PM Schulze, Jan wrote: > > Hi, > > "camel-s

Component "camel-ssh" broken? - NoSuchMethodError: ConnectFuture.getSession()

2021-01-26 Thread Schulze, Jan
Hi, "camel-ssh" component is throwing a CamelExecutionException when it is used to write a file via SSH. It used to be working in Camel 3.4.0, but after upgrading to 3.7.1, I observe the following stack trace: org.apache.camel.CamelExecutionException: Exception occurred during execution on th

Moving data between sources - NULL values

2014-12-08 Thread Schulze, Jan
Hi all, in Camel 2.13.2, I'm transferring data from one database to another like so: .setBody(simple("SELECT fieldA, fieldB FROM table1 LIMIT 1")) .to("jdbc:DataSourceService1") .split(body()) .log("${body }) // This logs: {fieldA=100, fieldB=null} .setBody(simple("INSERT INTO table2(field