I have upgraded the camel version to latest and found that xsd is missing in the jar file. The xsd file is available in camel-spring-3.8.0.jar. Due to this am getting exception in spring camel application.
Is this a bug?
I have upgraded the camel version to latest and found that xsd is missing in the jar file. The xsd file is available in camel-spring-3.8.0.jar. Due to this am getting exception in spring camel application.
Is this a bug?
I have figured it out finally. The camel-spring component has been modularized into:
camel-spring - Core module for Camel Spring support
camel-spring-xml - XML DSL when using Spring XML (eg )
The xsds are defined in camel-spring-xml. Added the dependency fixed the issue.