Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 315287 - Handle BasicType superclass of Metamodel ManagedType

Hi,
   A patch file for bug# 315287 is ready for review.
The fix consists of handling inheritance trees that contain BasicTypes (a plain java class) at the root of a mixed ManagedType chain of Entity or MappedSuperclass Metamodel types. Currently we get an IAException during canonical metamodel generation during inheritance initialization using this type of model (predeploy is ok).

http://bugs.eclipse.org/315287
https://bugs.eclipse.org/bugs/attachment.cgi?id=170725&action=diff#jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java_sec3


   thank you
   /michael


Back to the top