Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 348815 - Composite persistence unit does not process VALIDATION_ONLY_PROPERTY correctly

On 7/13/2011 6:21 PM, Andrei Ilitchev wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348815

The fix checked into both trunk (2.4) and 2.3.1

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.
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top