Community
Participate
Working Groups
Created attachment 190712 [details] jpa eclipselink project In the PropertyRecord class in the attached project the ElementCollection key and value attribute overrides have incorrect validation errors. There should be no validation errors. It is incorrectly validating the key attribute overrides against the value class and the value attribute overrides against the key class. This is a regression in a 3.0 milestone
You can see the problem if you look in the Value section of the JPA Details view. You'll notice that the key.street attribute override is part of the list of value attribute overrides. Change something in the java source code, maybe a column name, when another sync occurs the key.street attribute override disapears along with the incorrect validation errors. Looks like an issue where the attribute overrides need to be sync'd in the update
Created attachment 193493 [details] Proposed Patch
Patch committed to head.
.