0 Replies Latest reply on Dec 22, 2006 10:52 AM by ekusnitz

    EXTENDED persistence and partial rollbacks

    ekusnitz

      I have a page in which the user can make multiple edits, which goes back to the server for validation on certain actions (without persisting). If validation fails, I want the last edit to be rolled back. However, when I use extended persistence and expose my managed entities on my JSF page, the changes get persisted even if validation fails. My only choice appears to be to rollback everything.
      Is there a way to do this with EXTENDED persistence?