Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 390932 - ValidationException thrown when a non-JPA annotation is used on a @Transient annotated field/property

Fix checked into 2.4 and master streams.

The fix updates our check for compatible annotations to allow the oxm annotations to be compatible

Reviewed by Guy Pelletier

Test is added by adding an oxm annotation to our jpa annotation model - deployment will fail if this regresses

Tested with JPA LRG


Back to the top