Re: Best practice to parse JSON response and retry if error

2012-05-22 Thread Nestor Urquiza
ot;;)).bean(ShellBeanService.class) .setHeader("url", constant("http://localhost:8088/?cmd=runSecondService";)).bean(ShellBeanService.class) .setHeader("url", constant("http://localhost:8088/?cmd=runThirdService";)).bean(ShellBeanService.class); Cheers, - Nes

Re: Best practice to parse JSON response and retry if error

2012-05-22 Thread Claus Ibsen
.bean(ShellBeanService.class) >> >> >> I believe a nice feature would be to allow to go to a particular point in >> the case of a failure. I am unsure how to achieve that though. >> >> I would appreciate any feedback on this. >> >> -- >> View this mes

Re: Best practice to parse JSON response and retry if error

2012-05-22 Thread Raul Kripalani
eanService.class) > > > I believe a nice feature would be to allow to go to a particular point in > the case of a failure. I am unsure how to achieve that though. > > I would appreciate any feedback on this. > > -- > View this message in context: > http://camel.465427.n5

Re: Best practice to parse JSON response and retry if error

2012-05-21 Thread Nestor Urquiza
View this message in context: http://camel.465427.n5.nabble.com/Best-practice-to-parse-JSON-response-and-retry-if-error-tp5711530p5713181.html Sent from the Camel - Users mailing list archive at Nabble.com.

Best practice to parse JSON response and retry if error

2012-05-17 Thread Nestor Urquiza
"Process succesfully unlocked"); Thanks! -Nestor -- View this message in context: http://camel.465427.n5.nabble.com/Best-practice-to-parse-JSON-response-and-retry-if-error-tp5711530.html Sent from the Camel - Users mailing list archive at Nabble.com.