Community
Participate
Working Groups
1.Use the New JPA Entity wizard to create a new entity 2. Choose to add it to an orm.xml file 3. Add multiple id fields on the second page of the wizard by creating multiple fields and selecting the key check box. a PK class is created, but the reference to it in the orm.xml file is not fully qualified with the package name - <id-class class="MyBarPK"/>. This causes a validation error "ID class does not exist on the project classpath"
Moving JPA specific bugs to new JPA component in bugzilla.
Created attachment 204209 [details] Proposed Patch
Patch applied to head.
.
Verified in Build I-3.4.0-2011102024120 Verified when you create entity with two or more attributes set as primary key and add the entity to the orm.xml no validation error appears. See the link to view test steps for verification. http://wiki.eclipse.org/Dali_3.1_M3