1. Hibernate constraints not checked when using custom JSF val... seamframework.orgYes, i have a unique contraint on my entity, but there is no @Unique hibernate validator or something. Hibernate will throw an exception when persiting a dublicate value, but there is no real validation as @Length, @Email and so on that is done by JSF. So I wrote my own JSF validator... |
2. issue JPA+JSF seamframework.org |