RE: onCompletion issue on SQL Endpoint. [I]

2018-02-20 Thread Sunil Keyal
.log("** Inside onComplete") .end() .to(SELECT_ENDPOINT) .marshal(csv) .log("my job has completed successfully") . to(sftp:xxxxx) .end(); Kind regards, Sunil K

RE: onCompletion issue on SQL Endpoint.

2018-02-16 Thread Sunil Keyal
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

onCompletion issue on SQL Endpoint.

2018-02-16 Thread Sunil Keyal
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

sql-store with batch support

2017-01-23 Thread Sunil Keyal
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