This is the problem - 

Caused by: org.apache.camel.NoSuchBeanException: No bean could be found in the 
registry for: createAssetsEndpoint of type: 
org.apache.camel.component.cxf.CxfEndpoint
        at 
org.apache.camel.util.CamelContextHelper.mandatoryLookup(CamelContextHelper.java:128)
        at 
org.apache.camel.component.cxf.CxfComponent.createEndpoint(CxfComponent.java:70)
        at 
org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:75)
        at 
org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:425)

You need to use the camel-cxf namespace handlers for generating a 
<camel-cxf:endpoint ....

Look at : 

Configuring the CXF Endpoints with Apache Aries Blueprint.

on http://camel.apache.org/cxf.html

/je

On Apr 25, 2012, at 3:24 PM, johngalt wrote:

> Thanks,
> 
> I stripped it down to a file to a queue to calling an external webservice,
> using Java DSL.
> I'm attempting to deploy as a OSGI bundle, changed in the packaging to
> bundle in my pom.
> 
> Seems to create the queue fine and then onto the cxf bean, and then camel
> shutsdown, and an exception the the cxf bean isn't in the registry.  I
> attached the log and zipped up my src directory, am I misconfiguring
> something?
> 
> Regards
> 
> http://servicemix.396122.n5.nabble.com/file/n5666015/postlog.txt postlog.txt 
> 
> http://servicemix.396122.n5.nabble.com/file/n5666015/servicemix.zip
> servicemix.zip 
> 
> --
> View this message in context: 
> http://servicemix.396122.n5.nabble.com/Proof-or-poof-of-Concept-tp5655683p5666015.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to