Patch for CAMEL-5300

2012-05-22 Thread Chris Geer
I created a patch to correctly propagate errors from the flatpack component (CAMEL-5300 [1]) and attached it to the JIRA. This is my first contribution to Camel so please let me know if I missed something. Thanks, Chris [1] https://issues.apache.org/jira/browse/CAMEL-5300

Karaf 2.2.4 support in 2.9.x branch

2012-05-22 Thread Chris Geer
I was going to start working on some improvements for the flatpack component but ran into an issue on the 2.9.x branch. I'm currently running 2.9.2 on Karaf 2.2.4 and it's working great. I tried to install 2.9.3-SNAPSHOT and ran into an issue with camel-karaf-commands because it depends on jline 2.

Re: [DISCUSS] - Apache Camel 2.10 release

2012-05-22 Thread Raul Kripalani
Hi Found what looks like a bug in camel-blueprint: https://issues.apache.org/jira/browse/CAMEL-5299. It would seem reasonable to fix it before 2.10. It basically renders EventNotifiers unusable in Blueprint. Not very familiar with Blueprint internals, and this is pretty critical init stuff, so I

Re: Cometd/Jetty/WebSocket - Common

2012-05-22 Thread Joshua Watkins
That would be great. I tend to see features in one component that are missing from the other quite often. There may be some stumbling blocks around (like setting the base resource directory [1]). However to unify the usage/options would be well worth the trouble. [1] https://issues.apache.org/j

Cometd/Jetty/WebSocket - Common

2012-05-22 Thread Charles Moulliard
Hi, After digging a little bit in the code of Cometd/Jetty/Websocket, I realize that they share a lot of common features to : - Register the servlet - Add jetty connector (SSL, ...) - Define ServletHolder params - Start the Jetty Server - Define SSLContextParameters Do you think that we could cr

Re: [HELP WANTED] - Upgrading osgi tests to Pax Exam 2.x

2012-05-22 Thread Willem Jiang
Hi Claus, There was an issue[1] which blocked me to install a custom bundle in the camel-itest-osgi. Andreas Pieber already found a way to fix it last week. I will spend some time tomorrow to get thing running again. [1]https://github.com/openengsb/labs-paxexam-karaf/issues/19 On Tue May 22

Re: [HELP WANTED] - Upgrading osgi tests to Pax Exam 2.x

2012-05-22 Thread Claus Ibsen
Hi Willem any news on upgrading the camel-itest-osgi as well? Its really good that the camel-itest-karaf has been upgraded. But a big win would be the camel-itest-osgi as well. There is many unit tests there, and today they take a long time to run (at least 1 hour or longer). Pax-Exam 2.x should

Re: [DISCUSS] - Apache Camel 2.10 release

2012-05-22 Thread Claus Ibsen
Hi Just a heads up. I have fixed the hdfs and zookeeper on windows java 7. I could not reproduce the failure on camel-sql. And currently testing the osgi ones, they take a long time as usual. Hope Willem get those tests upgraded to Pax-Exam 2.x soon. On Tue, May 22, 2012 at 11:34 AM, Claus Ibse

Re: Improving the Documentation (Articles, Presentations, etc.)

2012-05-22 Thread megachucky
I agree to Raul's comments about documentation. Most important ones IMO: 1) Easy getting started guide + add this link to http://camel.apache.org/index.html => This is where new useres start usually 2) Refactor architecture page Afterwards, the other stuff can be done - improve articles / present

Re: [DISCUSS] - Apache Camel 2.10 release

2012-05-22 Thread Claus Ibsen
Hi I am currently working on polishing and fixing the tests so they work on Java 7 on my Windows box. Its looking really good, so far there is a few errors in the - camel-hdfs - camel-sql - camel-zookeeper - camel-itest-osgi I will work my way to see if these tests can be fixed along the way. O

Re: CXF Message/Payload/????? modes.....

2012-05-22 Thread Claus Ibsen
Hi Just catching up with some mails. I am +1 on this, and having full backwards compatibility on the Camel 2.x versions is really good. On Thu, May 10, 2012 at 5:40 PM, Daniel Kulp wrote: > > We discussed a while ago how the Camel CXF component's modes don't really > "match" what CXF can provi

camel exchange body CachedOutputStream WrappedInputStream

2012-05-22 Thread mathieuJ
hi, i'm working on the modification of an answer. when i get my exchange answer, my body contains a CachedOutputStream WrappedInputStream object; i don't know how i can extract some information of this object for read/modify/etc.. information. thank you for your help Mathieu -- View this me

Re: svn commit: r1339962 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java

2012-05-22 Thread Claus Ibsen
Hi Thanks for adding the unit test. We should have these tests, that helps against regressions. XML nodes with and without attributes. I dont see an optional solution that fits all use-cases. I suggest to add a note in the Camel 2.10 release notes about this change. And then keep the old behavio