Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 10386 invoked from network); 15 Nov 2010 12:54:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Nov 2010 12:54:46 -0000 Received: (qmail 55344 invoked by uid 500); 15 Nov 2010 12:55:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 55202 invoked by uid 500); 15 Nov 2010 12:55:16 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 55193 invoked by uid 99); 15 Nov 2010 12:55:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 12:55:16 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stefan.guggisberg@gmail.com designates 209.85.161.170 as permitted sender) Received: from [209.85.161.170] (HELO mail-gx0-f170.google.com) (209.85.161.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 12:55:09 +0000 Received: by gxk21 with SMTP id 21so2822213gxk.1 for ; Mon, 15 Nov 2010 04:54:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Uji5SGd83Ke9S+mfo3Nw3G0Fp5IBGtQo7Ce5Axl0mRQ=; b=FhsAphZzMNzcBEhC2MY2iceOqB3SDVUR5a67GXvIuLmPZChQzZ4ypOa4l5+Pw8wX7V VMBYrrdUdggmSwXAPF6YIMXUEFdL/S873rCJPUEehG7XmcUiTR0a1US8IZEKxTL82SaH XGjuHWbsA+iA1vLXxZrgjWeC2gwOJL/Aofyhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JqI+oYsjbTl1W6E8xUwjBX99dOlChx1Dqa/SYtxKnuo5X+SNDqzcXrDS6uKxh2gJOT 4/LJUKG9GRj2cLhhBYiPLuW+Cp39j3GhxYRMp+cBZxzi7+QTy0SlLHHTxpu4cyvK79tk LKGPH8I0ERK7+B5VFCPzg4MyCgloBmr/aWGWI= MIME-Version: 1.0 Received: by 10.100.13.2 with SMTP id 2mr4215534anm.92.1289825688045; Mon, 15 Nov 2010 04:54:48 -0800 (PST) Received: by 10.100.92.20 with HTTP; Mon, 15 Nov 2010 04:54:48 -0800 (PST) In-Reply-To: References: Date: Mon, 15 Nov 2010 13:54:48 +0100 Message-ID: Subject: Re: jackrabbit node identifier implementation From: Stefan Guggisberg To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Nov 15, 2010 at 1:28 PM, danisevsky wrote: > Hi, is node identifier unique across all workspaces in repository? no, 'corresponding' nodes do share the same identifier. for more information about corresponding nodes please see [1]. cheers stefan [1] http://www.day.com/specs/jcr/2.0/3_Repository_Model.html#CorrespondingNodes > Thanks. >