camel-jetty-fabric-proxy

2015-01-17 Thread kpinjari
Hello, Recently I have developed a JAX_RS RESTFul services to download zipped files, this restful services accepts the list of file names in html from post filed and returns the zipped steam files as http response, I am facing the following error. Environment: jboss-fuse-6.0.0.redhat

Camel.2.13.x.notest - Build # 132 - Failure

2015-01-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.13.x.notest (build #132) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.13.x.notest/132/ to view the results.

Camel.2.14.x.notest - Build # 87 - Failure

2015-01-17 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.14.x.notest (build #87) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.14.x.notest/87/ to view the results.

Re: [HEADS UP] Split of camel-jetty for jetty 8 and 9 ready on branch temp-jetty9-2

2015-01-17 Thread Christian Schneider
Hi Claus, yes. The idea is to keep the jetty name. People then of course can only install one of the impls. As camel-jetty8 and camel-jetty9 require different versions of jetty this should be no problem as it would not be possible to run both anyway. Christian Am 17.01.2015 um 11:38 schrieb

Re: Few CXFRS patches

2015-01-17 Thread Willem Jiang
Hi Sergey, I will take care of those patches this weekend. Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 17, 2015 at 1:14:12 AM, Sergey Beryo

Re: [HEADS UP] Split of camel-jetty for jetty 8 and 9 ready on branch temp-jetty9-2

2015-01-17 Thread Claus Ibsen
Hi Good work Christian. Its unfortunately a lot of hard work to support Jetty, as they keep changing and breaking their APIs and whatnot. I assume you keep the component name as jetty for both of them, and the idea is that you only use one, either jetty8 or jetty9? Otherwise we would likely need

Re: Few CXFRS patches

2015-01-17 Thread Claus Ibsen
On Fri, Jan 16, 2015 at 6:13 PM, Sergey Beryozkin wrote: > Hi All, > > Happy New Year, > > I've worked on creating few CXFRS patches, Willem has helped with applying > one of them (thanks). > > I'd like to ask Willem or someone else who has some experience with CXFRS to > review and apply two more

Re: Question about documentType in XPathBuilder

2015-01-17 Thread Claus Ibsen
Ad 2) I think there is already a JIRA about that. Its not so hard to do, look in the model.language packages of camel-core, and add a getter/setter and jaxb annotation for it to be in the xsd. And add the logic to configure it as well, like the other options. https://issues.apache.org/jira/browse/