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

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

Claus Ibsen created CAMEL-18613:
-----------------------------------

             Summary: 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
             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)