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
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
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