[
https://issues.apache.org/jira/browse/CAMEL-18613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luigi De Masi reassigned CAMEL-18613:
-------------------------------------
Assignee: Luigi De Masi
> camel-cxf - Add option on endpoint to configure schema validation
> -----------------------------------------------------------------
>
> Key: CAMEL-18613
> URL: https://issues.apache.org/jira/browse/CAMEL-18613
> Project: Camel
> Issue Type: Improvement
> Components: camel-cxf
> Reporter: Claus Ibsen
> Assignee: Luigi De Masi
> Priority: Minor
> Fix For: 3.x
>
>
> If so, you can do something like: Map<String, Object> properties = new
> HashMap<String, Object>();
> properties.put("schema-validation-enabled", false);
> cxfEndpoint.setProperties(properties);
> Instead of having to use "properties" then lets add an new option to set it
> easier
> cxfEndpoint.setSchemaValidation(true);
--
This message was sent by Atlassian Jira
(v8.20.10#820010)