You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by nono <ya...@db-is.com> on 2015/11/06 14:04:04 UTC

the bundle is wating for namespace handlers

i got below error
the bundle 
 is waiting for namespace handlers
[http://cxf.apache.org/transports/http-jetty/configuration]
i also installed camel-cxf feature

below is my blueprint namespace part

any hints will be more than welcom!

<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:jms="http://servicemix.apache.org/jms/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
           xmlns:sec="http://cxf.apache.org/configuration/security"
           xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs"
          
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration" 
           xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
                        http://cxf.apache.org/blueprint/jaxrs
http://cxf.apache.org/schemas/blueprint/jaxrs.xsd
                        http://cxf.apache.org/configuration/security
http://cxf.apache.org/schemas/configuration/security.xsd
                       
http://cxf.apache.org/transports/http-jetty/configuration
http://cxf.apache.org/schemas/configuration/http-jetty.xsd
                        ">




--
View this message in context: http://camel.465427.n5.nabble.com/the-bundle-is-wating-for-namespace-handlers-tp5773434.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: the bundle is wating for namespace handlers

Posted by nono <ya...@db-is.com>.
thanks for the quick reply
below is features installed, 

 features:list |grep jetty
[installed  ] [8.1.17.v20150415     ] jetty                                         
[installed  ] [3.0.4.redhat-620133  ] cxf-http-jetty                              
[installed  ] [8.1.17.v20150415     ] pax-jetty                                  
[installed  ] [2.15.1.redhat-620133 ] camel-jetty                                
[uninstalled] [2.15.1.redhat-620133 ] camel-jetty9                 



--
View this message in context: http://camel.465427.n5.nabble.com/the-bundle-is-wating-for-namespace-handlers-tp5773434p5773443.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: the bundle is wating for namespace handlers

Posted by Claus Ibsen <cl...@gmail.com>.
Sounds like you need to install some cxf bundle that provides that namespace.

You can do a features:list and see what cxf features there is, there
is likely something about jetty-http etc.



On Fri, Nov 6, 2015 at 2:04 PM, nono <ya...@db-is.com> wrote:
>
> i got below error
> the bundle
>  is waiting for namespace handlers
> [http://cxf.apache.org/transports/http-jetty/configuration]
> i also installed camel-cxf feature
>
> below is my blueprint namespace part
>
> any hints will be more than welcom!
>
> <?xml version="1.0" encoding="UTF-8"?>
> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
>            xmlns:jms="http://servicemix.apache.org/jms/1.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
>            xmlns:sec="http://cxf.apache.org/configuration/security"
>            xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs"
>
> xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
>            xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0
> http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
>                         http://cxf.apache.org/blueprint/jaxrs
> http://cxf.apache.org/schemas/blueprint/jaxrs.xsd
>                         http://cxf.apache.org/configuration/security
> http://cxf.apache.org/schemas/configuration/security.xsd
>
> http://cxf.apache.org/transports/http-jetty/configuration
> http://cxf.apache.org/schemas/configuration/http-jetty.xsd
>                         ">
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/the-bundle-is-wating-for-namespace-handlers-tp5773434.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2