Community
Participate
Working Groups
I am testing around with the examples given in: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Basic_JPA_Development/Configuration/JPA/Overriding_and_Merging#Overriding_and_Merging_Examples For example 1, I set it up so that mapping c is an id mapping in the eclipselink-orm.xml and a basic mapping in the orm.xml. I get an exception reading these: Exception Description: Entity class [class model.A] has no primary key specified. It should define either an @Id, @EmbeddedId or an @IdClass. If you have defined PK using any of these annotations then make sure that you do not have mixed access-type (both fields and properties annotated) in your entity class hierarchy. I would assume there are plenty of other exceptions like this if an entity is overriden in the eclipselink-orm.xml. Testing with nightly build: eclipselink-2.3.0.v20110225-r9029
Setting target and priority. See the following page for the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines Community: Please vote for this bug if it is important to you. Votes are one of the main criteria we use to determine which bugs to fix next.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink