Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 367007 checked in

Bug 367007 - map values of javax.persistence.validation.mode are incorrectly throwing exception
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367007

- Changed code in EntityManagerSetupImpl getValidationMode() to pass an uppercase string to ValidationMode.valueOf() in order to retrieve the correct ValidationMode
- Added regression test to ValidationTestSuite

Reviewed: Tom
Testing: Core LRG & JPA LRG

Checked into trunk (2.4) at r10644
2.3.x checkin pending






Back to the top