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