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 AlexanderKlimetschek:
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").
- * ItemStateExceptions on concurrent modifications: complex issue, see issue [https://issues.apache.org/jira/browse/JCR-1552
JCR-1552] for all the details
+ * {{{ItemStateException}}}s on concurrent modifications: complex issue, see [https://issues.apache.org/jira/browse/JCR-1552
JCR-1552] for details
|