On Mar 11, 2009, at 11:01 AM, Νίκος Παράσχου wrote:
Is there any way to do something like the following:
try {
context.commitChanges();
}
catch(Some ValidationException thrown earlier) {
// Get failures list and print error messages.
}
This is how it should be done, and this works for me at least. Not sure why it does not work for you. Can you doublecheck that validatingObjectsOnCommit is actually true and there are changes in the context?
Andrus
