You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luigi De Masi (Jira)" <ji...@apache.org> on 2022/10/14 13:12:00 UTC

[jira] [Work started] (CAMEL-18613) camel-cxf - Add option on endpoint to configure schema validation

     [ https://issues.apache.org/jira/browse/CAMEL-18613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-18613 started by 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)