Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 52709 invoked from network); 16 Jun 2008 09:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 09:43:59 -0000 Received: (qmail 61169 invoked by uid 500); 16 Jun 2008 09:44:01 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 61137 invoked by uid 500); 16 Jun 2008 09:44:01 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 61128 invoked by uid 99); 16 Jun 2008 09:44:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 02:44:01 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 09:43:20 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B04CCD2EB for ; Mon, 16 Jun 2008 09:43:38 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Mon, 16 Jun 2008 09:43:37 -0000 Message-ID: <20080616094337.1051.70458@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "JcrSpecImplementation" by AlexanderKlimetschek X-Virus-Checked: Checked by ClamAV on apache.org 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