Validators take a type name as part of their configuration. The attribute is named "name" which could conflict with plans to have a named validator eventually. We should change the existing attribute to "type" and take care of all the fallout.
- Change the XSD
- Change the config model object
- Change the validate handler to use new config methods
- Change all quickstarts and tests which use the old "name" attribute in switchyard.xml
- Update the tooling (this requires a separate JIRA)
|