Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] fix for bug 233296

Fix has been submitted.

Reviewed by: Tom Ware

No new tests were added. However, I changed the access on the pre persist lifecycle method from the mapped superclass AbstractBus from public to private (and manually tried protected and package as well for completeness
sake) to test the fix.

The calling of that pre-persist method is tested in the
org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest

The FullRegressionTestSuite also passed successfully.

Cheers,
Guy

----- Original Message ----- From: "Guy Pelletier" <guy.pelletier@xxxxxxxxxx> To: "Dev mailing list for Eclipse Persistence Services" <eclipselink-dev@xxxxxxxxxxx>
Sent: Thursday, May 22, 2008 10:17 AM
Subject: [eclipselink-dev] fix for bug 233296


A patch file for bug 233296 is now available for review.

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

Description: MappedSuperclass Lifecyele Events not called on Non-Public Methods

Please review and provide any feedback.

Cheers,
Guy



Back to the top