Blueprint bundle with camel-dozer endpoint waiting for namespace handlers [http://dozer.sourceforge.net]

Solution Verified - Updated -

Issue

I have a blueprint bundle with camel-dozer endpoint:

<camelContext xmlns="http://camel.apache.org/schema/blueprint">
    <endpoint uri="dozer:xml2java?mappingFile=transformation.xml&amp;targetModel=org.apache.camel.component.dozer.example.xyz.XYZOrder&amp;sourceModel=org.apache.camel.component.dozer.example.abc.ABCOrder" id="xml2java"/>
    <route>
        <from uri="direct:start"/>
        <to ref="xml2java"/>
        <to uri="mock:result"/>
    </route>
</camelContext>

However, when I tried to deploy it, the bundle was never getting deployed. Instead, it was simply waiting for namespace handlers [http://dozer.sourceforge.net] even though I had already had camel-dozer feature installed:

2016-05-25 21:06:02,427 | INFO  | Thread-43        | BlueprintContainerImpl           | 23 - org.apache.aries.blueprint.core - 1.4.4 | Bundle privateCarService/1.0.0 is waiting for namespace handlers [http://dozer.sourceforge.net]

Environment

  • JBoss Fuse
    • 6.2.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content