Camel.trunk.notest - Build # 1985 - Failure

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

Re: thoughts on the camel-websocket component

2013-09-10 Thread Aki Yoshida
Hi Charles, If we only support jetty, that will be fine. But to support tomcat, we need a component that avoids using jetty's websocket API directly. In this aspect, camel-cxf is different because its servlet is not web-container specific and can also be used in a gemini/tomcat based OSGi environm

Re: [DISCUSS] - Apache Camel 2.11.2 release, and one last 2.10.7 release

2013-09-10 Thread Willem jiang
+1 for the patch release of 2.11.x and retire the 2.10.x branch after Camel 2.10.7. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) T

Re: thoughts on the camel-websocket component

2013-09-10 Thread Charles Moulliard
Hi Aki, As the camel-websocket component uses Jetty + WebSocket servlet of Jetty, that should not be a big change to add a property for the endpoint to request that we use Jetty deployed in Karaf, Felix, ... instead of creating a local jetty instance. This is what we do with camel-cxf endpoint Re

Re: [DISCUSS] - Apache Camel 2.11.2 release, and one last 2.10.7 release

2013-09-10 Thread Christian Müller
I agree too. Best, Christian Am 10.09.2013 12:59 schrieb "Hadrian Zbarcea" : > Agree, I'll take care of it this week. > Hadrian > > On 09/10/2013 06:00 AM, Claus Ibsen wrote: > >> Hi >> >> I think its time we cut a new patch release of 2.11 branch. We have >> 100+ resolved tickets since last rele

Re: [DISCUSS] - Apache Camel 2.11.2 release, and one last 2.10.7 release

2013-09-10 Thread Hadrian Zbarcea
Agree, I'll take care of it this week. Hadrian On 09/10/2013 06:00 AM, Claus Ibsen wrote: Hi I think its time we cut a new patch release of 2.11 branch. We have 100+ resolved tickets since last release. And 2.11.1 was released about 2 months ago http://camel.apache.org/2013/07/17/apache-camel-

[DISCUSS] - Apache Camel 2.11.2 release, and one last 2.10.7 release

2013-09-10 Thread Claus Ibsen
Hi I think its time we cut a new patch release of 2.11 branch. We have 100+ resolved tickets since last release. And 2.11.1 was released about 2 months ago http://camel.apache.org/2013/07/17/apache-camel-2111-released.html So if we get some time then we could consider cutting a patch release in

thoughts on the camel-websocket component

2013-09-10 Thread Aki Yoshida
I have been looking into the websocket component and I was wondering about a few things. First of all, I would like to make the component use the framework's servlet if it's running in e.g., an OSGi container like karaf that has jetty or another container that uses geminiweb/tomcat. I was using A