1. Cross field validation with Hibernate Validator (3.1.0.GA) stackoverflow.comHow do we enforce cross field validation with hibernate validator 3.1.0.GA create table user (id, start_date, end_date, ...) e.g. college graduation finishing date for a student should be greater than the graduation start ... |
2. Seam, RichFaces, Hibernate on JBOSS AS 5. Saves "" as "" stackoverflow.comCommonly known is that "" in the Oracle world is saved as null. But not in my config (hsql in development). "" is saved as "". How do I get the null ... |
3. Seam + Hibernate + Richfaces pickList behaves badly seamframework.org@Entity public class MobilePhone extends TerminalDevice { ... @ManyToMany(mappedBy = "mobilePhones") private final List |