You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "gurmehar.kalra" <gu...@jetsynthesys.com> on 2016/02/09 08:49:50 UTC

Issue With namespace handlers Blueprint

Hi,

 Facing Issue as :
    Bundle  is waiting for namespace handlers [http://www.springframework.org/schema/osgi-compendium, http://www.springframework.org/schema/context]
 and due to this Buleprint bundle is going Grace Pierod



--
Regards,
Gurmehar Singh
#9891999169

________________________________
Disclaimer: Information contained in this e-mail is proprietary to JetSynthesys Pvt Ltd, its associated companies and/ or its customers and is intended for use only by the individual or entity to which it is addressed. This e-mail may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailmaster@jetsynthesys.com and delete this mail from your records.

Re: Issue With namespace handlers Blueprint

Posted by Claus Ibsen <cl...@gmail.com>.
Ah yeah, also take a look at some of the blueprint examples in Camel
to see how its done.
https://github.com/apache/camel/tree/master/examples

On Tue, Feb 9, 2016 at 8:58 AM, Grzegorz Grzybek <gr...@gmail.com> wrote:
> Hello
>
> With camel blueprint you don't use spring-dm and its namespaces. Your
> XML describing Camel route should use
> http://camel.apache.org/schema/blueprint and
> http://www.osgi.org/xmlns/blueprint/v1.0.0 namespaces.
>
> regards
> Grzegorz
>
> 2016-02-09 8:49 GMT+01:00 gurmehar.kalra <gu...@jetsynthesys.com>:
>> Hi,
>>
>> Facing Issue as :
>>    Bundle  is waiting for namespace handlers
>> [http://www.springframework.org/schema/osgi-compendium,
>> http://www.springframework.org/schema/context]
>> and due to this Buleprint bundle is going Grace Pierod
>>
>>
>>
>> --
>> Regards,
>> Gurmehar Singh
>> #9891999169
>>
>> ________________________________
>> Disclaimer: Information contained in this e-mail is proprietary to
>> JetSynthesys Pvt Ltd, its associated companies and/ or its customers and is
>> intended for use only by the individual or entity to which it is addressed.
>> This e-mail may contain information that is privileged, confidential or
>> exempt from disclosure under applicable law. If you are not the intended
>> recipient or it appears that this mail has been forwarded to you without
>> proper authority, you are notified that any use or dissemination of this
>> information in any manner is strictly prohibited. In such cases, please
>> notify us immediately at mailmaster@jetsynthesys.com and delete this mail
>> from your records.



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

Re: Issue With namespace handlers Blueprint

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

With camel blueprint you don't use spring-dm and its namespaces. Your
XML describing Camel route should use
http://camel.apache.org/schema/blueprint and
http://www.osgi.org/xmlns/blueprint/v1.0.0 namespaces.

regards
Grzegorz

2016-02-09 8:49 GMT+01:00 gurmehar.kalra <gu...@jetsynthesys.com>:
> Hi,
>
> Facing Issue as :
>    Bundle  is waiting for namespace handlers
> [http://www.springframework.org/schema/osgi-compendium,
> http://www.springframework.org/schema/context]
> and due to this Buleprint bundle is going Grace Pierod
>
>
>
> --
> Regards,
> Gurmehar Singh
> #9891999169
>
> ________________________________
> Disclaimer: Information contained in this e-mail is proprietary to
> JetSynthesys Pvt Ltd, its associated companies and/ or its customers and is
> intended for use only by the individual or entity to which it is addressed.
> This e-mail may contain information that is privileged, confidential or
> exempt from disclosure under applicable law. If you are not the intended
> recipient or it appears that this mail has been forwarded to you without
> proper authority, you are notified that any use or dissemination of this
> information in any manner is strictly prohibited. In such cases, please
> notify us immediately at mailmaster@jetsynthesys.com and delete this mail
> from your records.

Re: Issue With namespace handlers Blueprint

Posted by Claus Ibsen <cl...@gmail.com>.
A typical problem with this is that you use some Camel components /
data formats etc in the blueprint xml file, which you have not yet
installed in the karaf container.

Install them using features:install camel-xxxx



On Tue, Feb 9, 2016 at 8:49 AM, gurmehar.kalra
<gu...@jetsynthesys.com> wrote:
> Hi,
>
> Facing Issue as :
>    Bundle  is waiting for namespace handlers
> [http://www.springframework.org/schema/osgi-compendium,
> http://www.springframework.org/schema/context]
> and due to this Buleprint bundle is going Grace Pierod
>
>
>
> --
> Regards,
> Gurmehar Singh
> #9891999169
>
> ________________________________
> Disclaimer: Information contained in this e-mail is proprietary to
> JetSynthesys Pvt Ltd, its associated companies and/ or its customers and is
> intended for use only by the individual or entity to which it is addressed.
> This e-mail may contain information that is privileged, confidential or
> exempt from disclosure under applicable law. If you are not the intended
> recipient or it appears that this mail has been forwarded to you without
> proper authority, you are notified that any use or dissemination of this
> information in any manner is strictly prohibited. In such cases, please
> notify us immediately at mailmaster@jetsynthesys.com and delete this mail
> from your records.



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