FabriSr
FabriSr
@dazey3, Thanks for your response. I noticed this error in one of my applications. Once a week, a method was executed to query some entities and insert a new element...
> I'm trying to understand specifically what the expected behavior is and what is instead happening. Is the issue that EclipseLink is executing unnecessary UPDATE queries on Employee despite no...
So, the problem resides in Open Liberty?
> Looking into EclipseLink existing bugs, perhaps the issue related to this bug reported long ago and never fixed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=335277 It's probably this same bug. > What I would say...
> However, I do not see any network activity or SQL actually being run. At this time is this issue simply a report of weird trace being seen? Or perhaps...
> This second example is where the problem occurs! When they mismatch like this, it causes EclipseLink to think a change was made, generate an UpdateObjectQuery, then realize the mistake...