I have two entity beans defined as follows (unrelated stuff removed):
@Entity @Table(...) public class MasterItem implements java.io.Serializable { private Se
try to add a revision column (optimistic locking) to your entities
@Version Date lastModified;