On Mar 12, 2009, at 11:03 AM, Νίκος Παράσχου wrote:
I meant that I can't write the following because it can't be compiled
(note that a ValidationException is caught):
try {
context.commitChanges();
}
catch(ValidationException vex) {
// ...
}
Yes you can. Just try it. Andrus
