I converted a test that was using the camel-test library to the camel-test-blueprint library and it appears that the route runs at least twice, but at the exact same time. I'm not sure why each route is being created more than once per test. I do see at the beginning of the test it print out that I't loading the bundle activator twice. I also generated a sample camel blueprint project from the maven archetype and it appears to exhibit the same behavior.
I'using 2.11-SNAPSHOT btw. I haven't seen anyone mention this nor did I see anything in jira about it. Has anyone noticed anything similar? I decided I'd have to try using karaf pax exam instead since I just can't to figure out how to get the blueprint the testing working correctly. Hopefully someone has seen and gotten past that behavior. Thanks for any suggestions or help! Ryan