Re: Camel 2.9.0 -- StackOverflowError initializing route with otherwise() clause

2012-01-01 Thread ilopanj
Hi, I'm running camel inside karaf 2.2.5, bootstrapping the camel context with Spring DM. I also could not reproduce it with a basic unit test like the ones in the camel-core source tree. However I can reproduce it with the camel-maven-plugin ( mvn camel:run ): *

Camel 2.9.0 -- StackOverflowError initializing route with otherwise() clause

2011-12-30 Thread ilopanj
Hi, I'm preparing to upgrade an application to 2.9.0 from 2.8.3 and found a problem initializing one of our existing routes defined with the Java DSL: from ("direct:outerRoute") .choice () .when(header("test-header").isNotNull()) .to("di