Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
Trunk
-
None
-
None
Description
Actual: In 'ValidateMethod.java', If we have not passed any className from the xml files.Then, className is set to null and throws an error of 'Validation Method not found'.
Expected: A default value 'org.apache.ofbiz.base.util.UtilValidate' should be assigned to the className.
As reference: Visit 'ValidateMethodCondition.java' and there, 'className' is set with a default value 'org.apache.ofbiz.base.util.UtilValidate'.