2015-10-04 12:30 GMT+02:00 arnaudeprez <arnaudep...@gmail.com>: > Hi folks, > > Just FYI : > http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-td5772185.html#a5772245 > > So please keep me inform when the new RC is available.
@arnaudeprez The very issue that solves your "o.a.a.b.c.BlueprintContainerImpl - Bundle CustomerRestServiceRouteTest is waiting for namespace handlers" problem is https://issues.apache.org/jira/browse/CAMEL-8948. The series of WARN messages at the end of failed test is just a debugging information in "if (error) { ... }" block. This information is supposed to give you hints about possible problems. But "is waiting for namespace handlers" / CAMEL-8948 error was related to https://issues.apache.org/jira/browse/ARIES-1350 which *ultimately* fixed by upgrading to aries-blueprint-core-1.4.4 and aries-blueprint-cm-1.0.6. After this fix I run thousands of camel-test-blueprint tests without getting into the timing issue again. My guess is that your pom.xml have correct dependency on camel-test-blueprint, but have also old deps on old aries-blueprint-core... regards Grzegorz