.log("** Inside onComplete")
.end()
.to(SELECT_ENDPOINT)
.marshal(csv)
.log("my job has completed successfully")
. to(sftp:xxxxx)
.end();
Kind regards,
Sunil K
Classification: Public
It seems it is bindy...
If I remove .marshal(csvBindingForSsiExtractReport) from the route, then even
after a minute of execution, I see onCompletion being called.
Does anyone know how to fix this?
Kind regards,
Sunil Keyal
-Original Message-
From: Sunil
Classification: Public
I have a simple route which gets data from database using SQL endpoint and
which supposed to do something onCompletion. If the SQL takes more than a
minute, the onCompletion is never called, I see it working if SQL takes less
than a minute. I am using HikariCP as JDBC conn
split, it gives me this
error
org.apache.camel.language.bean.RuntimeBeanExpressionException: Failed to invoke
method: messageName on null due to:
org.apache.camel.component.bean.MethodNotFoundException:
How do I define database_templatesql, so it will process the ArrayList of
objects.
Kind re