hibernate - IntelliJ Idea JSF Bean Validation -
i changed ide eclipse java ee edition intellij idea. developing jsf project. project can deployed without errors, bean validators defined annotation e.g. this:
@size(max = 8, message = "abc") private string username;
are never invoked. suggestions problem be? in eclipse worked correct , bean-validation-toolbar of intellij detects validation constraints correctly.
i using jsf mojarra 2.2.8, hibernate validator 5.1.3 final, eclipse luna , intellij 14.
i don't had special configuration in web.xml, server: apache tomcat 8.0.22
i downgraded jsf mojarra 2.2.1 , hibernate validator 5.0.1 , works fine.
Comments
Post a Comment