1. JPA validation problem: Entity 'X' has no Id or EmbeddedId stackoverflow.comWhich, I couldn't quite figure out why Eclipse Galileo's JPA validator would say so, as my class 'X' clearly had an @Id annotation on the primary key "uniqueId". The error would ... |