Community
Participate
Working Groups
To reproduce, descriptor has to have a composite primary key and use either a secondary table, or DirectCollectionMapping or ManyToManyMapping, or OneToOne mapping with relation table. In DeleteAll statement generated for these tables join may fail because the order of source fields differes from the order of target fields: instead of TableA.pk1 = TableB.fk1 AND TableA.pk2 = Table2.fk2 may be generated: TableA.pk1 = TableB.fk2 AND TableA.pk2 = Table2.fk1
Created attachment 206699 [details] Suggested patch
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.
Fixed in trunk (2.4). Reviewed by Guy.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink