Ticket #10 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Optimistic locking support

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

integrate hibernate's support for optimistic locking into jmatter. when attempting to save an object that's been updated by someone else, catch exception and present a mechanism for resolving conflict directly in the gui.

Change History

08/08/06 00:07:17 changed by eitan

ok. first pass implementation is checked in, svn revision #39.

added on abstractcomplexeobject version property and likewise updated hbmmaker accordingly.

detection of staleobjectexception handled by essentially vetoing saving an object and displaying an error message stating that object was modified by another user. mechanism for refreshing object added to codebase, invoked at specific junctures (such as opening or editing an object) and also exposed to ui via the 'refresh' command.

12/13/06 17:06:50 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.