Hi all,

I'm trying to get ready a bundle in Karaf 4.3.2. In karaf I have
installed camel, spring and aries by default (along it's
aries-blueprint-spring feature).
My blueprint XML file looks like below (I reduced it to minimum).

<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:cm="
http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0";
        xsi:schemaLocation="
        http://www.osgi.org/xmlns/blueprint/v1.0.0
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
        ">
</blueprint>

When I try to start the bundle, I get this in logs:
INFO [pool-8-thread-3] Blueprint bundle *my-bundle/version.of.the.bundle*
is waiting for namespace handlers [
http://www.osgi.org/xmlns/blueprint/v1.0.0]

Does anyone have any idea how I can fix this?

Thanks,
Andrei

Reply via email to