Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 2743 invoked from network); 12 Apr 2005 15:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2005 15:59:08 -0000 Received: (qmail 88350 invoked by uid 500); 12 Apr 2005 15:59:07 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 88336 invoked by uid 99); 12 Apr 2005 15:59:07 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of felix.roethenbacher@wyona.com designates 195.226.6.68 as permitted sender) Received: from mx1.wyona.com (HELO mx1.wyona.com) (195.226.6.68) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 12 Apr 2005 08:59:06 -0700 Received: from gate.wyona.com ([195.226.6.75] helo=[192.168.1.36]) by mx1.wyona.com with esmtp (Exim 3.35 #1 (Debian)) id 1DLNn4-0004Zk-00 for ; Tue, 12 Apr 2005 17:59:02 +0200 Message-ID: <425BF1A3.1090006@wyona.com> Date: Tue, 12 Apr 2005 18:04:51 +0200 From: =?ISO-8859-1?Q?Felix_R=F6thenbacher?= User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: Prepare/commit References: <425BC6CF.4020406@wyona.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Nuescheler wrote: >>If workspace modifications are commited in the context of a >>transaction, will 'prepare' check that all conditions for a >>successful commit are satisfied (e.g. re ConstraintViolationException, >>PathNotFoundException, etc.)? > > have you ever tried using a relational database, violate a constraint and > then have it checked up on commit?? > constraints have nothing to do with tx. I think that is exactly what a relational database like Oracle does when deferred constraint checking is enabled. Regards, Felix > > regards, > david >