BeanValidation class is annotated with @FacesVallidator tag
-----------------------------------------------------------
Key: MYFACES-2697
URL: https://issues.apache.org/jira/browse/MYFACES-2697
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0
Reporter: Leonardo Uribe
BeanValidation class is annotated with @FacesVallidator annotation, and it
should not be.
We know that by default BeanValidation should be added to the Application
object only if the param javax.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR
is set to false. So, there is no reason to use @FacesValidator, let the scanner
find it and then check the property. It is better keep things simple and
simplify the code on FacesConfigurator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.