Community
Participate
Working Groups
Currently "eclipselink.validation-only" persistence unit property is processed both by composite pu and by all its members. It should be processed by composite only, ignored by member persistence unit. Workaround: specify the property in the composite and in all its members.
Created attachment 199625 [details] Suggested patch. Very simple patch - following the same pattern as "javax.persistence.transactionType" and "eclipselink.target-server" force member's "eclipselink.validation-only" property to be the same as composite's one. The fix is in EntityManagerSetupImpl.overrideMemberProperties method.
The fix checked into both trunk (2.4) and 2.3.1
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink