Community
Participate
Working Groups
We have MapKeyClass validation on an element collection mapping, we need to add the same validation to 1-m and m-m mappings including orm.xml virtuals
added validation to java 1-m and m-m: 1. Map key class not defined 2. In implied attribute <attribute-name>, map key class not defined added validation to orm 1-m and m-m: 1. Map key class not defined. 2. Map key class does not exist on the project classpath. Same validation exists for element collections in java and orm and for the target-class element. Also added validation for target-entity in orm for: 1. Target entity does not exist on the project classpath
fixed in 3.1M2
Created attachment 204310 [details] test project I've attached a test project that shows an element collection with both the "Map key class is not defined" and "Target class is not defined" validation errors.
Verified in Build I-3.4.0-20110922230524 Verified map key class validation was added. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.1_M2