RE: Exception not thrown on connect failed in Dynamic Routes

2017-03-27 Thread Shivu195
Hi upgrading is not an option right now as a bunch of routes depend on this. Please suggest an alternative From: Andrea Cosentino-2 [via Camel] [mailto:ml-node+s465427n579627...@n5.nabble.com] Sent: Monday, March 27, 2017 2:49 PM To: Shankar, Shivaranjini

Re: Exception not thrown on connect failed in Dynamic Routes

2017-03-27 Thread Tadayoshi Sato
Hi, > Camel Version used: 2.10.1 > JDK: 6 It's actually quite old. Try the latest Camel 2.18.3 and JDK 8 and see the issue is still persistent. Many bugs have been fixed since 2.10.1. On Mon, Mar 27, 2017 at 6:01 PM, Shankar, Shivaranjini < shivaranjini.shan...@blackrock.com> wrote: > Hi team

Re: Exception not thrown on connect failed in Dynamic Routes

2017-03-27 Thread Andrea Cosentino
Camel 2.10.1 is too old. Try with a new release. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, March 27, 2017 11:16 AM, Shivu195

Exception not thrown on connect failed in Dynamic Routes

2017-03-27 Thread Shivu195
We are facing the following issue. Whenever the camel route is unable to connect to an endpoint(from a list of endpoints dynamically generated using "@DynamicRouter"), it stops sftp-ing the files to all endpoints after the failed endpoint and also it does not throw an error when the said endpoint

RE: Exception not thrown on connect failed in Dynamic Routes

2017-03-27 Thread Shankar, Shivaranjini
Hi team We are facing the following issue. Whenever the camel route is unable to connect to an endpoint(from a list of endpoints dynamically generated using "@DynamicRouter"), it stops sftp-ing the files to all endpoints after the failed endpoint and also it does not throw an error when the