When I create blueprint container manually I can ger access to it:
BlueprintContainerImpl container = new BlueprintContainerImpl(classLoader,
resourcePaths);
Foo foo = (Foo) container.getComponentInstance("foo");
container.destroy();Is there a way to access Karaf blueprint container? -- View this message in context: http://karaf.922171.n3.nabble.com/Is-there-a-way-to-access-current-blueprint-container-tp4040301.html Sent from the Karaf - User mailing list archive at Nabble.com.
