Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 65352 invoked from network); 12 Apr 2005 14:39:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2005 14:39:47 -0000 Received: (qmail 76480 invoked by uid 500); 12 Apr 2005 14:39:47 -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 76465 invoked by uid 99); 12 Apr 2005 14:39:47 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of david.nuescheler@gmail.com designates 64.233.170.196 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 12 Apr 2005 07:39:45 -0700 Received: by rproxy.gmail.com with SMTP id y7so1623428rne for ; Tue, 12 Apr 2005 07:39:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LVySD9vp7ZsHNeS5cP/EcaAhWXN+IfEb9babW3CLH0mITVs5RdmF7ZxjSslPO5aJXl4+a4MTd0pvcW5WVyXoi0LUjgGDddH33rog3APisa1+JCFWWq2/2Kmvb5N9NAU4qdf+E54c2ZHBTP+9AfaFZO7AujESpx486eA68ac9ko4= Received: by 10.39.3.33 with SMTP id f33mr5413650rni; Tue, 12 Apr 2005 07:39:43 -0700 (PDT) Received: by 10.38.11.73 with HTTP; Tue, 12 Apr 2005 07:39:43 -0700 (PDT) Message-ID: Date: Tue, 12 Apr 2005 16:39:43 +0200 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org Subject: Re: Prepare/commit In-Reply-To: <425BC6CF.4020406@wyona.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <425BC6CF.4020406@wyona.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > 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. regards, david