@ElementCollection annotated properties do not generate a correct PostUpdateEvent
Description
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 October 11, 2013 at 7:29 PM
Can you please attach a test case that reproduces the issue? Thanks!
Here is the use case :
an @Entity has a property annotated with @ElementCollection.
Let's say we registered a PostUpdateEventListener in the SessionFactory
If we update this @Entity, we end up with a PostUpdateEvent whose oldState value is equal to the state value whatever the loadedState of the EntityEntry.