Re: Seda component not handing over the completions

2013-02-22 Thread Willem jiang
It looks like you need to set the option waitForTaskToComplete=Alway or waitForTaskToComplete=IfReplyExpected to make sure the Seda component doesn't hand over the completions. I think current Camel feature just make sure the file isn't deleted until the file is processed. -- Willem Jiang

[VOTE] Release Apache Camel 2.10.4

2013-02-22 Thread Hadrian Zbarcea
We have a new patch release candidate apache-camel-2.10.4 ready. It comes with approximately 105 issues resolved: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapachecamel-294/ The tarballs are here

Re: Camel cdi example packaging

2013-02-22 Thread Charles Moulliard
The camel-example-cdi is packaged as a WAR as this is required by arquillian for jboss, weld, ... Maybe we should create another profile to package it as a bundle for deployment on Karaf ? On Fri, Feb 22, 2013 at 3:15 PM, Guillaume Nodet gno...@gmail.com wrote: I'm working on having camel-cdi

Re: [DISCUSS] Camel 2.10.4 and 2.9.6 releases

2013-02-22 Thread Hadrian Zbarcea
Apologies for the delay. I've been at a multispeak conference all week. I learned to never try a camel release again from a hotel network. I believe they are throttling down packets which led to timeouts/disconnection at various points while uploading the artifacts. Anyway, 2.10.4 is under

Re: [DISCUSS] Scala components in ASF Camel

2013-02-22 Thread Henryk Konsek
+1 I like this proposal. I'll create the GitHub organization called 'camel-marketplace'. Then I'll create 'camel-scala' and 'camel-scala-extra' projects under its umbrella. If anybody of you want to be added as an administrator to the 'camel-marketplace' organization, please just drop me a line.

Re: [DISCUSS] Scala components in ASF Camel

2013-02-22 Thread Hadrian Zbarcea
I would give this a bit more time, maybe after apachecon. While Willem stated that it's easy to move code back and forth, his statement is not correct. It would be if there were no external contributors, otherwise you have ip issues (which is different than the way it's licensed). I think a

Re: [DISCUSS] Scala components in ASF Camel

2013-02-22 Thread Claus Ibsen
On Fri, Feb 22, 2013 at 3:55 PM, Henryk Konsek hekon...@gmail.com wrote: +1 I like this proposal. I'll create the GitHub organization called 'camel-marketplace'. Then I'll create 'camel-scala' and 'camel-scala-extra' projects under its umbrella. If anybody of you want to be added as an

Re: [DISCUSS] Scala components in ASF Camel

2013-02-22 Thread Claus Ibsen
On Sun, Feb 17, 2013 at 8:52 PM, Ioannis Canellos ioca...@gmail.com wrote: I prefer having all sources in java, however not accepting scala contributions in the community doesn't seem right to me. I'd say let's try to keep everything java, but if there is a good reason for people using scala

Re: Message History EIP/Message Store status

2013-02-22 Thread Henryk Konsek
Christian M.: Shouldn't it be possible to configure the store? Yes, it definitely should be. My examples do not aspire to be complete :) . However we should also provide a way to configure the default store on both Context and Route level. Christian M.: By default (if no message store

Re: Message History EIP/Message Store status

2013-02-22 Thread Henryk Konsek
If nobody objects with our latest ideas, it will be good to push them to the wiki page. Christian, would you handle this or should I do it on your behalf? Have a nice weekend :) . -- Henryk Konsek http://henryk-konsek.blogspot.com

Re: Message History EIP/Message Store status

2013-02-22 Thread Christian Ohr
I'll update the wiki. Christian Am 22.02.2013 16:32 schrieb Henryk Konsek hekon...@gmail.com: If nobody objects with our latest ideas, it will be good to push them to the wiki page. Christian, would you handle this or should I do it on your behalf? Have a nice weekend :) . -- Henryk

Re: Message History EIP/Message Store status

2013-02-22 Thread Hadrian Zbarcea
The claim check pattern is a bit more complex that. I will be touching on it in my presentation at ApacheCon next week. Cheers, Hadrian On 02/21/2013 06:26 PM, Christian Ohr wrote: HI Henryk, A claim check EIP is definitely an excellent use case for a message store. Regarding your example -