Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 71506 invoked from network); 20 Mar 2006 09:38:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 09:38:26 -0000 Received: (qmail 66821 invoked by uid 500); 20 Mar 2006 09:38:24 -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 66810 invoked by uid 99); 20 Mar 2006 09:38:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 01:38:24 -0800 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 stefan.guggisberg@gmail.com designates 64.233.184.199 as permitted sender) Received: from [64.233.184.199] (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 01:38:23 -0800 Received: by wproxy.gmail.com with SMTP id i22so993959wra for ; Mon, 20 Mar 2006 01:38:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZkuiQN72JeJ5llbxR5p2+gkznYl7leMMqK2H3KlHXgqgdEobic0YGNoKLtudSgjTTwfKLpqTdH9MGluuAXeCzCL3IT0EM6jHTk837TRKQfwuvlLsfQRyIaWs31VJYdv2lj+t6bZ6WQ7va4LSakcx/ajpVCWoJ5Cij6a3uiPES7w= Received: by 10.64.96.5 with SMTP id t5mr31579qbb; Mon, 20 Mar 2006 01:38:01 -0800 (PST) Received: by 10.64.47.5 with HTTP; Mon, 20 Mar 2006 01:38:01 -0800 (PST) Message-ID: <90a8d1c00603200138p2025766bh23b31245d13967a9@mail.gmail.com> Date: Mon, 20 Mar 2006 10:38:01 +0100 From: "Stefan Guggisberg" To: jackrabbit-dev@incubator.apache.org Subject: Re: question regarding spec In-Reply-To: <006101c64b69$c2145700$b6fdfe0a@gkaradimitr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <006101c64b69$c2145700$b6fdfe0a@gkaradimitr> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi giota On 3/19/06, Giota Karadimitriou wrote: > Just a quick question regarding specs, JSR-170 says in the versioning > chapter 8.2 Versioning: > > A compliant content repository may support versioning. This feature > allows the state of a node to be recorded in such a way that it can > later be restored. The versioning system is modelled after the Workspace > Versioning and Configuration Management (WVCM) API defined by JSR 147. > > Did Jackrabbit model versioning according to the JSR 147 spec? no, jackrabbit implements versioning support as specified by jsr 170 ;) geoff clemm, the spec lead of jsr 147, is also a very active member of the jsr 170 expert group. he's the main author the versioning part of the jsr 170 spec. being the spec lead of jsr 147 i wanted to make sure that versioning in jsr 147 & 170 are modeled as closely as possible. cheers stefan > > I did a search on the mailing list with the words 'jsr-170' and > 'jsr-147'and found one relevant mail from David Nuescheler Fri, 14 Jan > 2005 12:39:51 but the answer was not really clear. > > Regards > Giota > >