2

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?

Gary Russell
  • 166,535
  • 14
  • 146
  • 179
mac
  • 543
  • 1
  • 6
  • 17

1 Answers1

4

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.

mac
  • 543
  • 1
  • 6
  • 17