Versions Compared

Key

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

...

Since Camel 2.17, you can force that the cached schema in the validator endpoint is cleared and reread with the next process call with the JMX operation clearCachedSchema. You can also use this method to programmatically clear the cache. This method is available on the ValidatorEndpoint class.

Advanced: Global Option "CamelXmlValidatorAccessExternalDTD"

Since Camel 2.19, 2.18.3, and  2.17.6 the default schema factory no longer allows reading external DTDs and external DTD entities. To achieve the old behavior where it was possible to access external DTDs and DTDs entities you can set the CamelContext global option  "CamelXmlValidatorAccessExternalDTD" to "true". Prior to 2.19 global options where called properties.

Include Page
Endpoint See Also
Endpoint See Also