Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 239505 Fixed - Weaving of clone method causes InvocationTargetException for Embeddables

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

Fixed by checking to ensure we are not an embeddable in the code in ClassWeaver
that adds:

        _persistence_primaryKey = null;
        _persistence_cacheKey = null;

To persistencePostClone

Reviewed by Michael O'Brien

Checked in to 1.0 and 1.1

Added testCloneEmbeddable to EntityManagerJunitTestSuite


Back to the top