Yes, this seems to be working - removed the <import> element - loaded both XML files via getBlueprintDescriptor()
@Override
protected String getBlueprintDescriptor() {
return
"/OSGI-INF/blueprint/test-context_2.xml,/OSGI-INF/blueprint/test-context_1.xml";
}
Thanks for the quick answers.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-blueprint-unit-tests-tp5738925p5739204.html
Sent from the Camel - Users mailing list archive at Nabble.com.
