Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 259404: Migration barrier : postClone not fired for IsolatedClientSession

SVN Checkin: Bug 259404 - Migration barrier : postClone not fired for IsolatedClientSession
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259404

This checkin builds on previous checkin to prevent postClone being called when refreshing an object

Reviewed by Gordon


----- Original Message -----
From: "Christopher Delahunt" <CHRISTOPHER.DELAHUNT@xxxxxxxxxx>
To: "Eclipselink-Dev" <eclipselink-dev@xxxxxxxxxxx>
Sent: Thursday, January 8, 2009 4:10:48 o'clock PM (GMT-0500) America/New_York
Subject: [eclipselink-dev] Bug 259404: Migration barrier : postClone not fired for IsolatedClientSession

SVN Checkin: Bug#259404- Migration barrier : postClone not fired for IsolatedClientSession

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

Changes: 
- postClone event triggered when an object is built directly in the Uow
- JPA postLoad doesn't use EclipseLink's postBuild events, and is only triggered
  with EclipseLink postRefresh and postClone events.

Code reviewed by Gordon and James
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top