Re: R: Re: camel-sql IN query number of parameters mismatch(2.18.0)

2016-11-19 Thread imranrazakhan
Hi Julian, One observation regarding camel-sql(2.18.0) IN query , if we have one dynamic IN it works fine but if we have two dynamic IN it throws error, if i replace msisdn with static value it works fine, i tested with 2.18.0 select * from subscriber s where status NOTIN(7,8) AND s.msisdn I

Multiple schedulers in apache camel

2016-11-19 Thread Deepak kumar
I have two schedulers in my route and i want each schedule to fire at some particular time of a day and each scheduler is meant for a different task process.But when i write the below configuration i doesn't execute properly. I don't understand why both the schedulers are running like this ,not acc