RE: onCompletion issue on SQL Endpoint. [I]

2018-02-20 Thread Sunil Keyal
eyal -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Sunday, February 18, 2018 8:25 AM To: users@camel.apache.org Subject: Re: onCompletion issue on SQL Endpoint. Hi What version of Camel do you use. And maybe try adding a .log("After SQL") or turn on tr

Re: onCompletion issue on SQL Endpoint.

2018-02-18 Thread Claus Ibsen
ow to fix this? > > > Kind regards, > Sunil Keyal > > -Original Message- > From: Sunil Keyal [mailto:sunil.keyal+exter...@db.com] > Sent: Friday, February 16, 2018 2:25 PM > To: users@camel.apache.org > Subject: onCompletion issue on SQL Endpoint. > > Classi

RE: onCompletion issue on SQL Endpoint.

2018-02-16 Thread Sunil Keyal
Keyal [mailto:sunil.keyal+exter...@db.com] Sent: Friday, February 16, 2018 2:25 PM To: users@camel.apache.org Subject: onCompletion issue on SQL Endpoint. Classification: Public I have a simple route which gets data from database using SQL endpoint and which supposed to do something onCompletion. If

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