If Interceptor changing values in onSave then collections aren't wrapped
Description
Attachments
1
Activity
Show:

Brett Meyer March 3, 2014 at 3:41 PM
Bulk rejecting issues lacking a test case or recent response.

Brett Meyer December 19, 2013 at 10:31 PM
Note: In an attempt to clean up the HHH JIRA, we will be rejecting any ticket that sits in the "Awaiting Test Case" state for 2-3 months with no response. So, if this issue is critical to you, please attach a reproducing test case ASAP. Thanks!

Brett Meyer December 13, 2013 at 9:11 PM
If this is still an issue on ORM 4.2.x or 4.3, anyone have a test case to attach?
Rejected
Details
Details
Assignee
Unassigned
UnassignedReporter

Original estimate
Time tracking
No time logged0.08h remaining
Components
Priority
Created June 24, 2008 at 4:32 PM
Updated November 26, 2019 at 12:30 PM
Resolved March 3, 2014 at 3:41 PM
If you have a Interceptor that changes values in onSave and returns true. Then in AbstractSaveEventListener.performSaveOrReplicate visitCollectionsBeforeSave will not be callled, because substitute is already true. Hence collections in the entity won't be wrapped.