|
Doing a bit more testing, it reads all the properties in the xml order without problems. After it reads the last property, the call with the issue is made.
So, in `DefaultFlushEntityEventListener` line 152 `final Object[] values = getValues(...);` works fine.
The issue appear on line 159 `if ( isUpdateNecessary( event, mightBeDirty ) ) {`, you can see the call stack in the images attached.
|