Blueprint bundle with camel-dozer endpoint waiting for namespace handlers [http://dozer.sourceforge.net]
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&targetModel=org.apache.camel.component.dozer.example.xyz.XYZOrder&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.