cdi reuse the route

2016-10-13 Thread a746076drdrb
Hello, I have a few question hot to use CDI routes. With spring xml it was easy to reuse routes and separate them into context. Is it also possible to use the same route twice with CDI but with diffrent config and maybe in difftent contexts? Is it possible to disable routes per configuration? T

Announcing WildFly-Camel 4.3.0

2016-10-13 Thread Thomas Diesler
Dear Friends, I’m happy to let you know that WildFly-Camel 4.3.0 has been released. It provides Camel-2.18 integration with WildFly-10.1.0 This is a major upgrade release for Camel and various other components. The WildFly-Camel examples now live here

Re: cdi reuse the route

2016-10-13 Thread Antonin Stefanutti
Hi, There are multiple ways to achieve sharing routes across contexts in CDI. Maybe the most simple example could be the following one: @ContextName("foo") @ContextName("bar") class MySharedRouteBuilder extends RouteBuilder { } @ApplicationScoped @ContextName("foo") class FooCamelContext exten

[GitHub] camel pull request #1210: Camel 10386 simple language nullsafe expression fa...

2016-10-13 Thread dmitriyC300
GitHub user dmitriyC300 opened a pull request: https://github.com/apache/camel/pull/1210 Camel 10386 simple language nullsafe expression fails on empty array You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmitriyC300/camel CAME

Camel.trunk.notest - Build # 2904 - Still Failing

2016-10-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2904) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2904/ to view the results.

http-conf:client

2016-10-13 Thread helenlok
Hi, I'm trying to edit the default timeout for my web service to wait for a response where it is set with a Thread.sleep for 5000 ms. I set the timeout to be 1000 ms using http-conf:client and it suppose to be timeout in 1000 ms seconds instead but nothing occurs. Can someone enlighten me as to

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-13 Thread Siano, Stephan
Hi, I have not received any feedback so far, so I assume that there is at least nobody strongly against this feature. Maybe I can sketch what I would like to implement and ask some questions about implementation details. I would create an interface (CamelCookieHandler and two implementation cla