Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18613

camel-cxf - Add option on endpoint to configure schema validation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.18.3, 3.20.0
    • camel-cxf
    • None
    • Unknown

    Description

      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);

      Attachments

        Activity

          People

            ldemasi Luigi De Masi
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: