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 ):
*
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