Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.21.0, 2.22.0
-
None
-
Unknown
Description
This route will not throw validation exception when expected
validator().type("xml").withUri("validator:org/apache/camel/impl/validate.xsd"); from("direct:in").inputTypeWithValidate("xml") .to("mock:result");