Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 12996 invoked from network); 18 Apr 2006 12:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 12:53:07 -0000 Received: (qmail 38624 invoked by uid 500); 18 Apr 2006 12:53:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 38587 invoked by uid 500); 18 Apr 2006 12:53:01 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 38565 invoked by uid 99); 18 Apr 2006 12:53:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 05:53:01 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dominique.pfister@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nproxy.gmail.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 05:52:59 -0700 Received: by nproxy.gmail.com with SMTP id p46so692658nfa for ; Tue, 18 Apr 2006 05:52:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CYmXPSOvOcAp/02zNMdR+rgkUYVedHJh1D3l4ZOa2sA8cXHEXnihKmrf/mZOlvegG1c0w2W3fowSbYfqXx9OqabxfX4JWa0dTZMMebsQ9mAg0+JsUqa3rfxiyQbILbepqkSdqrNG+6KbXstw/pvlTTYGLbz5Rg/BABdY7PlAUFs= Received: by 10.48.217.12 with SMTP id p12mr2603696nfg; Tue, 18 Apr 2006 05:52:36 -0700 (PDT) Received: by 10.49.8.1 with HTTP; Tue, 18 Apr 2006 05:52:36 -0700 (PDT) Message-ID: <66c10f230604180552s7eadd9bbha8eb99a03e06961c@mail.gmail.com> Date: Tue, 18 Apr 2006 14:52:36 +0200 From: "Dominique Pfister" Sender: dominique.pfister@gmail.com To: dev@jackrabbit.apache.org Subject: Re: JCR transactional operations In-Reply-To: <90a8d1c00604180538l258d18c2j923b42596a5f0dab@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4444B903.8020709@cognifide.com> <90a8d1c00604180538l258d18c2j923b42596a5f0dab@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N so are version operations. cheers dominique On 4/18/06, Stefan Guggisberg wrote: > On 4/18/06, Przemo Pakulski wrote: > > hi, > > > > There were some problems in Jackrabbit with versioning operations > > (JCR-141) which didn't make use of tx. This is fixed already, but I > > wonder if following JCR operations are transactional ? > > > > - Workspace - clone, copy, importXML > > all workspace operations are transactional. > > cheers > stefan > > > - Node - restore*, addVersionLabel > > > > Any ideas/experience how this works currently in jackrabbit ? > > > > Przemo > > > > >