You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2008/06/16 14:14:35 UTC

[Jackrabbit Wiki] Update of "JcrSpecImplementation" by stefan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by stefan:
http://wiki.apache.org/jackrabbit/JcrSpecImplementation

------------------------------------------------------------------------------
  
  == Implementation Choice ==
   * Changes made by different sessions: Jackrabbit employs a copy-on-write model, ie. any non-modified item in one session will always reflect the persisted state of that item (section 7.1.3.4 "Seeing Changes Made by Other Sessions").
-  * {{{ItemStateException}}}s on concurrent modifications: complex issue, see [https://issues.apache.org/jira/browse/JCR-1552 JCR-1552] for details
+  * {{{InvalidItemStateException}}}s on concurrent modifications: complex issue, see [https://issues.apache.org/jira/browse/JCR-1552 JCR-1552] for details