== FAQ == 1. ERROR MESSAGE : Could not perform validation checks for component as the class was not found Turns out that if you are going to use a component as a composite key, the component must 1. Override equals 1. Override hashCode 1. Implement java.io.Serializable