I changed my IDE from Eclipse Java EE Edition to IntelliJ IDEA. Currently I am developing a JSF project. The project can be deployed without errors, but my Bean Validators defined by annotation like e.g. this:
@Size(max = 8, message = "abc")
private String username;
are never invoked. Any suggestions where the problem could be? In Eclipse everything worked correct and the Bean-Validation-Toolbar of IntelliJ also detects the validation constraints correctly.
I am using JSF Mojarra 2.2.8, Hibernate Validator 5.1.3 Final, Eclipse Luna and IntelliJ 14.