Re: How can I handle validation exception?

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Wed Mar 11 2009 - 09:06:04 EDT

  • Next message: Francisco Peredo: "Coming from EOF: Cayenne vs Hibernate"

    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



    This archive was generated by hypermail 2.0.0 : Wed Mar 11 2009 - 09:06:39 EDT