Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JAXB Data Format supports validation by marshalling and unmarshalling from/to XML. Your can use the prefix classpath:, file:* or *http: to specify how the resource should by resolved. You can separate multiple schema files by using the ',' character.

Info
titleKnown issue

Camel 2.11.0 and 2.11.1 has a known issue by validation multiple Exchange's in parallel. See CAMEL-6093. This is fixed with Camel 2.11.2/2.12.0.

Using the Java DSL, you can configure it in the following way:

...