Camel.trunk.notest - Build # 1835 - Failure

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

Re: Synchronuos onCompleation?

2013-04-04 Thread Raul Kripalani
Yes, that's exactly how I would go about it. When I said "Exchange Notifier", I actually meant "Event Notifier". Just extend EventNotifierSupport and enable the Exchange Failed and Exchange Completed events. Make them react accordingly by calling either the onFailure or onComplete method of the Id

Re: Synchronuos onCompleation?

2013-04-04 Thread Christian Müller
Have in mind the IdempotentConsumer registers an IdempotentOnCompletion for each new added exchange in the repository. Will the following work?: We register an EventNotifier which will react on failed exchanges for a give route. This custom EventNotifier is executed before the onCompleation() is e

Re: [DISCUSS] - Moving towards Camel 2.11 release

2013-04-04 Thread Christian Müller
+1 Hadrian, I could do the release too. I have free cycles starting at Saturday. Best, Christian On Thu, Apr 4, 2013 at 4:20 PM, Claus Ibsen wrote: > Hi > > I am currently working on making the Camel Karaf commands move > powerful. That needs a little bit of more love today and tomorrow. Its >

Re: Multiple versions of Scala detected

2013-04-04 Thread Babak Vahdat
Hi I committed a fix for this so that the scala 2.10.1 libraries are the only ones being detected on the classpath. Babak Claus Ibsen-2 wrote > Hi > > Spotted this building camel-scala on trunk > > Seems like we have Scala 2.10.0 and 2.10.1 there. > I wonder if scalatest has a release for 2.1

Re: Synchronuos onCompleation?

2013-04-04 Thread Raul Kripalani
BTW - In this Exchange Notifier, I suppose you'd call Exchange.handoverCompletions() to retrieve the Synchronizations, and then execute them straightaway. But I'm not 100% sure. Just a suggestion. Regards, *Raúl Kripalani* Enterprise Architect, Open Source Integration specialist, Program Manager

Re: Synchronuos onCompleation?

2013-04-04 Thread Raul Kripalani
Hi Christian, I solved this once by using an ExchangeNotifier that processes the Exchange Completed events. The callback is executed synchronously. Mind you, there was a similar thread a few weeks ago, where more options were presented. But I'm still doubtful about some of them being synchronous

Synchronuos onCompleation?

2013-04-04 Thread Christian Müller
Camel version 2.8.0 We have a web servive route which use an idempotent repository (JDBC) to prevent duplicates. If the processing of one exchange failed, the entry is removed from the idempotent repository in the async onCompleation() execution. >From time to time we have the issue, that when th

Re: [DISCUSS] - Moving towards Camel 2.11 release

2013-04-04 Thread Claus Ibsen
Hi I am currently working on making the Camel Karaf commands move powerful. That needs a little bit of more love today and tomorrow. Its already coming out nicely with new tracing and profiling you can enable on the fly. That can give our users a little insight what is happening. For example if y

Multiple versions of Scala detected

2013-04-04 Thread Claus Ibsen
Hi Spotted this building camel-scala on trunk Seems like we have Scala 2.10.0 and 2.10.1 there. I wonder if scalatest has a release for 2.10.1. [INFO] --- scala-maven-plugin:3.1.2:testCompile (default) @ camel-scala --- [WARNING] Expected all dependencies to require Scala version: 2.10.1 [WARN

Re: [DISCUSS] another camel 3.0 ideas

2013-04-04 Thread koseki nobuyuki
Hi Claus, Thanks for your information, I will check it. Regards, Claus Ibsen-2 wrote > Ah sorry it was for bullet #2. > > This new gmail update dont have the undo send mail anymore :( > > > On Tue, Apr 2, 2013 at 1:40 PM, Claus Ibsen < > claus.ibsen@ > > wrote: >> Ad 1) >> This is possibl