Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in: Bug 337894 - Static weaving fails for Entities that use an interface or mapped superclass as the type of an attribute and specify the actual type in the mapping

https://bugs.eclipse.org/bugs/show_bug.cgi?id=337894

Previous code set the actual type on the weaved basic indirection policy at
weaving time.  This change moves the detection to metadata processing that will
be performed whether or not weaving is occuring.

Fix described above checked in to 2.1.x. 2.2.x and trunk.

Reviewed by Guy Pelletier

Tested with Static Weaving tests, Core LRG and JPA LRG


Back to the top