Community
Participate
Working Groups
I have an eclipselink-orm.xml file with an entity and an invalid customizer: <entity class="String"> <customizer class=""/> </entity> If class="", then the validation is 'An entity customizer class should be specified'. If class="f" then the validation is 'The entity customizer class "f" does not exist on the project classpath'. If class="java.lang.String" then the validation is 'The entity customizer class "java.lang.String" does not implement the org.eclipse.persistence.config.DescriptorCustomizer interface' In all 3 cases, the validation error appears on the entity instead of on the customizer tag.
Created attachment 198028 [details] Proposed Patch Changed the validate error to appear on the class attribute of the customizer tag
Moving JPA specific bugs to new JPA component in bugzilla.
Patch applied to Head.
Verified in Build I-3.4.0-20110912100409 Verified the error appears on the customizer class and not the entity and the error messages are correct. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.1_M1