Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 84081 invoked from network); 24 Feb 2005 17:24:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Feb 2005 17:24:16 -0000 Received: (qmail 66146 invoked by uid 500); 24 Feb 2005 17:24:13 -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 66071 invoked by uid 99); 24 Feb 2005 17:24:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of stefan.guggisberg@gmail.com designates 64.233.170.203 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.203) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Feb 2005 09:24:11 -0800 Received: by rproxy.gmail.com with SMTP id c16so418006rne for ; Thu, 24 Feb 2005 09:24:09 -0800 (PST) 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=iWgjkLdyBkDteq4GFipyZFOMXu+2TsOQEM1Vrl7IydyVypmW3dbuMEcn3yDKShUQyPRE2r3c7odMEciOEhyp3vouBiMAUjIHlsGU05FwdMFpWmB98g4JgYDZ+cpB31M/l9tUduMp/akiElKU10fnP7itEt32hA2xpLk7Djyhfk8= Received: by 10.38.22.69 with SMTP id 69mr106084rnv; Thu, 24 Feb 2005 09:24:08 -0800 (PST) Received: by 10.38.152.61 with HTTP; Thu, 24 Feb 2005 09:24:08 -0800 (PST) Message-ID: <90a8d1c0050224092461fec103@mail.gmail.com> Date: Thu, 24 Feb 2005 18:24:08 +0100 From: Stefan Guggisberg Reply-To: Stefan Guggisberg To: jackrabbit-dev@incubator.apache.org Subject: Re: Patch concerning transactions In-Reply-To: <421E060B.1030808@day.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <421E060B.1030808@day.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N thanks dominique, i will have a look at it asap. stefan On Thu, 24 Feb 2005 17:51:23 +0100, Dominique Pfister wrote: > Hi all, > > I made some changes to the transaction support of jackrabbit. Since my > last contribution, I still found a lot of use cases where transactions > did not work as expected. Also included is a JUnit test case class that > performs various simple node operations inside transactions and checks > the outcome as described in the specification. > > The patch may be downloaded from this location: > > http://www.day.com/o.file/changes.155186.patch?get=1afc7d504b0b2c06b4bb26042136b8ce > > Enjoy > Dominique Pfister >