Hi Jean,

Yes, I do.

karaf@root()> feature:list | grep -i blueprint
aries-blueprint-spring                   x 0.0.0            x x        x
Started     x spring-4.3.2                      x
camel-blueprint                          x 2.25.4           x x        x
Started     x camel-2.25.4                      x
aries-blueprint                          x 4.3.2            x          x
Started     x standard-4.3.2                    x Aries Blueprint
jaas-deployer                            x 4.3.2            x          x
Uninstalled x standard-4.3.2                    x Allow support of
blueprint JAAS configuration in
blueprint-web                            x 4.3.2            x          x
Uninstalled x standard-4.3.2                    x Provides an OSGI-aware
Servlet ContextListener fo

Andrei

On Mon, Sep 13, 2021 at 11:47 AM Jean-Baptiste Onofré <[email protected]>
wrote:

> 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
>

Reply via email to