Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 62213 invoked from network); 1 Nov 2004 17:17:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Nov 2004 17:17:35 -0000 Received: (qmail 28842 invoked by uid 500); 1 Nov 2004 17:17:26 -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 28688 invoked by uid 99); 1 Nov 2004 17:17:24 -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 oliver.zeigermann@gmail.com designates 64.233.170.197 as permitted sender) Received: from [64.233.170.197] (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 01 Nov 2004 09:17:22 -0800 Received: by rproxy.gmail.com with SMTP id 79so152761rnk for ; Mon, 01 Nov 2004 09:17:18 -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=qMZEYEncz9Lqti2BhkhgFy2eOAfjBCLR95lB3t40qQCZASTMNCyIct83mkss41GrhvybyszLwvy67PfhSzVHQdH+yEamRU20/A+3KtLlUVv8SxzPhAbWub7Ts5J1om2Y+2eH1L6PXtOlE0j2Zo5HsO5XwdCxoCi2e1aGYh9hQTs= Received: by 10.38.164.74 with SMTP id m74mr853990rne; Mon, 01 Nov 2004 09:17:18 -0800 (PST) Received: by 10.38.78.47 with HTTP; Mon, 1 Nov 2004 09:17:18 -0800 (PST) Message-ID: <9da4f45204110109173971dcc2@mail.gmail.com> Date: Mon, 1 Nov 2004 18:17:18 +0100 From: Oliver Zeigermann Reply-To: ozeigermann@apache.org To: jackrabbit-dev@incubator.apache.org Subject: Re: Jackrabbit Transactions [former: Adding WebDAV to Jackrabbit] In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9da4f45204103114265c5a8682@mail.gmail.com> <9da4f452041031150315781893@mail.gmail.com> <9da4f4520411010039406ab5e0@mail.gmail.com> <9da4f452041101023375b25684@mail.gmail.com> <9da4f45204110103245554ea9a@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 1 Nov 2004 15:01:50 +0100, David Nuescheler wrote: > > As explained above this is the way it works. Each store implements > > XAResources and is enlisted in the global transaction. > > > to me the slide transactions look like they are not really > > > jta, but just somehow use some jta interfaces in a > > > questionable way. but again my apologies, i might be > > > completely wrong here. > > No need for apologies, but it seems to me you are wrong here... > to me, the way how the repository chooses to interact > with its stores, does not have to be exposed to the > repository user (developer). i understand that for It is not. > people that develop stores this is very interesting. > however i think for the vast majority of content > repository application developer should not develop > stores, much like the j2ee devs should not develop > for example jms provider components. They do not need to. > again, thank you very much for the > interesting discussions, i think this certainly > helps me to learn a lot about slide. Thanks as well! Oliver