Re: [VOTE] Release Apache Camel 2.12.5 - second try

2014-10-25 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB Sent from my Samsung Galaxy smartphone. Original message From: Christian Müller Date:25/10/2014 23:04 (GMT+01:00) To: dev@camel.apache.org, us...@camel.apache.org, priv...@camel.apache.org Cc: Subject: Re: [VOTE] Release Apache Camel 2.12.5

Camel.2.13.x.notest - Build # 88 - Still Failing

2014-10-25 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.13.x.notest (build #88) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.13.x.notest/88/ to view the results.

Camel.trunk.notest - Build # 2200 - Failure

2014-10-25 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2200) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2200/ to view the results.

Re: [VOTE] Release Apache Camel 2.12.5 - second try

2014-10-25 Thread Christian Müller
+1 I could install almost all features in Karaf 2.3.x. The signature is good. The manual looks good. I could successfully upgrade the Camel in Action code to Camel 2.12.5. However, I discovered the following issues: I could not install the feature "camel-bean-validator" without installing "mvn:c

Re: Why this syntax is not accepted (doTry, doCatch() & choiceWhen())

2014-10-25 Thread Claus Ibsen
Hi You should use endTry instead of endChoice to get back to try .. catch scope. Though it requires a little code change as well to work in camel-core. So I logged a ticket https://issues.apache.org/jira/browse/CAMEL-7958 On Tue, Oct 21, 2014 at 9:08 AM, Charles Moulliard wrote: > Good to know.