Hi Andrei,
do you have aries-blueprint feature installed ?
Aries Blueprint provides the namespace handler.
You can find the feature/example in Karaf repo:
https://github.com/apache/karaf/tree/main/examples/karaf-camel-example/karaf-camel-example-blueprint
Regards
JB
On 13/09/2021 10:44, Andrei Petru Mura wrote:
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
<http://www.osgi.org/xmlns/blueprint/v1.0.0>"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
<http://www.w3.org/2001/XMLSchema-instance>"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0
<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>
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
<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
<http://www.osgi.org/xmlns/blueprint/v1.0.0>]
Does anyone have any idea how I can fix this?
Thanks,
Andrei