Hi, I'm currently evaluating camel-blueprint with karaf. In my current project (to be ported to this runtime), running standalone camel-spring, I am able to give a different name to a component by manually instantiating it in the spring xml context. But with camel-blueprint, when I do this, the context hangs in grace period waiting for the component.
Here is a sample xml to reproduce the problem: With this configuration, the context won't start with the following log: BlueprintContainerImpl | container.BlueprintContainerImpl 321 | 10 - org.apache.aries.blueprint - 0.3.0 | Bundle config.xml is waiting for dependencies [(&(component=direct-test)(objectClass=org.apache.camel.spi.ComponentResolver))] Although the camel context itself starts. I'm using latest camel and karaf. I could reproduce the sample problem using JmsComponent. Any clue anyone? Regards, Thiago Souza -- View this message in context: http://camel.465427.n5.nabble.com/Problems-renaming-components-inside-blueprint-context-tp3409844p3409844.html Sent from the Camel - Users mailing list archive at Nabble.com.