Hello. I've found that OpenJPA needs me to list my @Embeddable classes in persistence.xml as well as my @Entity classes. This is not needed by Hibernate or EclipseLink. I couldn't find a relevant section of the specification that addresses this. Is this a bug or just a minor annoyance? I'm trying to code for maximum portability between at least these three persistence providers and so want to know where the edge cases are.
I'm using OpenJPA-1.3.0-SNAPSHOT from the Apache snapshots Maven repository. Thanks, Laird
