ApacheCon NA 2015 :: Austin, TX :: April 13 - 16, 2015

2014-12-12 Thread Christian Müller
Safe the date http://events.linuxfoundation.org/events/apachecon-north-america Best, Christian

Re: [VOTE] Release Camel 2.14.1

2014-12-12 Thread Aki Yoshida
+1 (non-binding) tested the unit tests with the src.zip and tested some cxf and websocket tests on karaf 3.0.2 2014-12-11 12:24 GMT+01:00 Willem Jiang : > This is a vote to release Apache Camel 2.14.1, a patch release coming > with about 139 issues fixed. > > Release notes: > 2.14.1 > https://is

Temporary branch for camel-jetty 9

2014-12-12 Thread Christian Schneider
I now committed a first version of a camel-jetty for jetty 9. It works for the most part but some tests still fail (7 failures, 7 errors). I would be happy about any help getting those resolved. I listed the main problems below. To test checkout the temp-jetty9 branch and run mvn clean install

Re: Invoking a Router via Java (Processor)

2014-12-12 Thread Christian Schneider
Check http://camel.apache.org/producertemplate.html You can call the direct:start endpoint with it. Christian On 12.12.2014 07:12, niteshjain wrote: how to invoke a Router in Camel context via a Java code. Tried this - in Java Class : ApplicationContext context = new ClassPathXmlApplicat

AW: Invoking a Router via Java (Processor)

2014-12-12 Thread jhm
This is a question for the users list ... Jan > -Ursprüngliche Nachricht- > Von: niteshjain [mailto:niteshjain...@gmail.com] > Gesendet: Freitag, 12. Dezember 2014 07:12 > An: dev@camel.apache.org > Betreff: Invoking a Router via Java (Processor) > > how to invoke a Router in Camel conte

onException documentation

2014-12-12 Thread Daniel Pocock
In the wiki, it very briefly mentions that onException supports nested exceptions: http://camel.apache.org/exception-clause.html "Camel will start from the bottom (nested caused by) and recursive up in the exception hierarchy to find the first matching |onException| clause" In the code, CatchPr