Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: blueprint-core-1.4.4
-
Fix Version/s: blueprint-core-1.4.5
-
Component/s: Blueprint
-
Labels:None
-
Flags:Patch
Description
Currently, xml-validation is performed on blueprint beans files by default. One can disable validation by setting blueprint.aries.xml-validation to false. The available option is either full-validation or no-validation. In some use-cases, it is practical to disable datatype validation and keep structure validation.
This is a request to add such an option by passing an appropriate ErrorHandler to the Validator instance so that datatype specific validation errors can be ignored.