|
Description:
|
Some refactoring on XML message validator is in the queue, expecting tooling support once it is pushed.
- remove "schemaFile" attribute
- add "schemaFiles" and "schemaCatalogs" element which could have multiple "entry" element underneath
- "entry" element has "file" attribute, which points a file path from classpath
example configuration:
https://github.com/igarashitm/quickstarts/blob/SWITCHYARD-1314/validate-xml/src/main/resources/META-INF/switchyard.xml#L22-L29
|