[
https://issues.apache.org/jira/browse/CAMEL-12900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-12900.
---------------------------------
Resolution: Fixed
> Route contract validate does not throw validation exception when validation
> fails
> ---------------------------------------------------------------------------------
>
> Key: CAMEL-12900
> URL: https://issues.apache.org/jira/browse/CAMEL-12900
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.21.0, 2.22.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 2.22.2, 2.23.0, 2.21.4
>
>
> This route will not throw validation exception when expected
> {code}
>
> validator().type("xml").withUri("validator:org/apache/camel/impl/validate.xsd");
> from("direct:in").inputTypeWithValidate("xml")
> .to("mock:result");
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)