|
|
|
|
|
|
Re: EclipseLink-6024] - Exception Description: Modify queries require an object to modify. [message #1553422 is a reply to message #1551718] |
Thu, 08 January 2015 17:47 |
Chris Delahunt Messages: 1389 Registered: July 2009 |
Senior Member |
|
|
You might want to start by looking at the Entity being persisted and see if there is anything, such as references, which might cause issues later on. You might also turn on logging to see which objects are successful or make it easier to figure out which ones might be causing problems. Since this is inconsistent, and occurs on a very large transaction, it will be difficult to track down. I suspect that it will be something non-deterministic about how the instances are loaded and how they are processed by EclipseLink when determining changes.
Note that the exception stack mentions the issue is occuring when processing an aggregate object. You might want to check that your entities are not sharing aggregates, as this is not supported and causes odd problems - while this is the first I've seen this specific one, it wouldn't surprise me.
[Updated on: Thu, 08 January 2015 17:48] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04220 seconds