Hi I am getting error when try to run camel project in fuse container
Failed to import bean definitions from URL location [classpath:quote-endpoints.xml] Offending resource: URL [bundle://251.0:0/META-INF/spring/applicationContext.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem:
Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf.xml]
Offending resource: OSGi resource[classpath:quote-endpoints.xml|bnd.id=251|bnd.sym=null]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from OSGi resource[classpath:META-INF/cxf/cxf.xml|bnd.id=251|bnd.sym=null]; nested exception is java.io.FileNotFoundException: OSGi resource[classpath:META-INF/cxf/cxf.xml|bnd.id=251|bnd.sym=null] cannot be resolved to URL because it does not exist
Any help appreciated
Thanks
Camel Spring based DSL has to import cxf.xml in-order to get cxf endpoint support .
<import resource="classpath:META-INF/cxf/cxf.xml" />