Re: Welcome Bilgin Ibryam as Apache Camel committer

2012-03-01 Thread Claus Ibsen
Welcome on board Bilgin. We have a team page. You could add you name to that as well http://camel.apache.org/team On Thu, Mar 1, 2012 at 6:29 PM, Christian Mueller wrote: > Two days ago the Camel PMC voted another one of the very active and talented > contributors to become a committer. > > Bi

Re: ICLA received

2012-03-01 Thread Bruno . Barin
Thanks Reuben and Hadrian! My id is bbarin However I've followed the instructions described at this link: http://camel.apache.org/how-do-i-edit-the-website.html Maybe it's the case to make this page more accurate? Cheers, Bruno Barin Purchasing/Warranty Business Support Toyota Motor Europe 6

Re: ICLA received

2012-03-01 Thread Reuben Garrett
Sorry, Bruno - I gave the JIRA URL twice instead of the Confluence URL. You're probably finding your way around just fine, but here it is for the sake of correcting myself: https://cwiki.apache.org/confluence/signup.action ~ RNPG On Thu, Mar 1, 2012 at 16:39, Hadrian Zbarcea wrote: > Reuben, t

Re: ICLA received

2012-03-01 Thread Hadrian Zbarcea
Reuben, thanks, that is correct. Bruno, let us know what your userid is and you'll immediately get karma. Make sure you use the same email address for your confluence account, as the one registered with the icla, as that is the way we identify you as being you. In your case, it's *not* the ema

Re: ICLA received

2012-03-01 Thread Reuben Garrett
Bruno, I see your name in the "Unlisted" CLAs @ http://people.apache.org/committer-index.html#unlistedclas If I remember correctly, you can make your own Confluence and JIRA accounts, and then ask the committers for karma. https://issues.apache.org/jira/secure/Signup!default.jspa https://issues.

[VOTE] Release Apache Camel 2.9.1

2012-03-01 Thread Hadrian Zbarcea
A new patch release candidate apache-camel-2.9.1 is out with approximately 108 issues resolved so far: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapachecamel-005/ The tarballs are here https://repository.apache.org/co

Welcome Bilgin Ibryam as Apache Camel committer

2012-03-01 Thread Christian Mueller
Two days ago the Camel PMC voted another one of the very active and talented contributors to become a committer. Bilgin Ibryam was actively involved with Apache Camel for about 6 month contributing code and helping other users. Bilgin proactively assigned reported issues to himself and took the

Re: Camel features and falling-back to Camel components

2012-03-01 Thread E.Gherardini
Hello Bruno, thanks for replying. Since I am developing a camel component I though this was the best place to ask. It was not clear this is the ML only for "official" camel devs. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-features-and-falling-back-to-Camel-componen

Patch for CAMEL-4602

2012-03-01 Thread michal.warecki
Hi All! In search of the next more challenging task to solve I decided to deal with the possibility of filtering directories (CAMEL-4602). I attached my solution with unit test. Could someone review it, please? http://camel.465427.n5.nabble.com/file/n5528237/DirectoryFilter.patch DirectoryFilter

Re: About false-positive Test inside Camel source!

2012-03-01 Thread Babak Vahdat
Hi It seems there're still other false-positive unit tests as well one of which I fixed right before [1] as I saw the JMS Header discussion @ user forum. IMHO in *almost* all cases we should assertTrue() on ALL CountDownLatch.await() calls to return true (the timeout should not elapse). And also

Re: About Camel source which doesn't build under Maven 3.0.4

2012-03-01 Thread Babak Vahdat
Hi Claus! > Why couldn't they wait for Maven 3.1.0 to do this change. Completly agree with you but that's how the real life is going on :-( > We could @deprecated camel-msv and remove it from Camel 2.11 onwards. I did contact Kohsuke *directly* and asked him to promote a POM 4.0.0 complaint vers

Re: New Article posted on Camel

2012-03-01 Thread Claus Ibsen
Hi Jeff Thanks for sharing this post with us. I put it out on the twitter sphere https://twitter.com/#!/davsclaus/status/175181077579694081 On Mon, Feb 27, 2012 at 7:22 PM, JeffDavis wrote: > Hi Everyone, > > I've written a new article on integrating Camel with Amazon EC2. You can > find it her

Re: About Camel source which doesn't build under Maven 3.0.4

2012-03-01 Thread Claus Ibsen
Well the problem is that Apache Maven do a patch release that is not backwards compatible. Why couldn't they wait for Maven 3.1.0 to do this change. We could @deprecated camel-msv and remove it from Camel 2.11 onwards. I do not assume many is using it. Any thoughts? Or have someone repackage the

Re: Camel features and falling-back to Camel components

2012-03-01 Thread Bruno . Barin
Hi, Could you please address your question to the users mailing list instead of dev? This mailing is only for Camel's developers. Thanks, Bruno Barin Purchasing/Warranty Business Support Toyota Motor Europe 60 Avenue du Bourget, 1140 Brussels, Belgium Ph: +32 (0) 2 745 5606 www.toyota-europe.

Camel features and falling-back to Camel components

2012-03-01 Thread E.Gherardini
Hello everyone, I am developing a RabbitMQ camel component starting from scratch, using the RabbitMQ java client as the only basis for the development. Aside from the RabbitMQ features I am exposing to the users as options in the route (e.g. ?concurrentConsumers), I am wondering if there exist ge