Did you read your exception? It's telling you that your Spring application context is invalid. You have to define the cxf namespace:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 35 in XML document from file [F:\OS-Middleware\apache-camel-2.10.2\examples\camel-example-cxf\target\classes\META-INF\spring\camel-context.xml] isinvalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 35;columnNumber: 58; The prefix "cxf" for element "cxf:cxfEndpoint" is not bound. Best, Christian On Tue, Dec 18, 2012 at 7:19 PM, Gnanaguru S < [email protected]> wrote: > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException > : Line 35 in XML document from file > [F:\OS-Middleware\apache-camel-2.10.2\exampl > es\camel-example-cxf\target\classes\META-INF\spring\camel-context.xml] is > invali > d; nested exception is org.xml.sax.SAXParseException; lineNumber: 35; > columnNumb > er: 58; The prefix "cxf" for element "cxf:cxfEndpoint" is not bound. > --
