Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 84151 invoked from network); 28 Sep 2005 14:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2005 14:42:19 -0000 Received: (qmail 68572 invoked by uid 500); 28 Sep 2005 14:42:18 -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 68559 invoked by uid 99); 28 Sep 2005 14:42:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 07:42:18 -0700 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 (asf.osuosl.org: domain of edgarpoce@gmail.com designates 66.249.82.204 as permitted sender) Received: from [66.249.82.204] (HELO xproxy.gmail.com) (66.249.82.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 07:42:25 -0700 Received: by xproxy.gmail.com with SMTP id s9so587516wxc for ; Wed, 28 Sep 2005 07:41:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ofow5bLcdkBBiHlgxaEAvjgUW5fRDVbNWMWhjvswRi6vS8Y92j3dK0lS9CMh4Olwg/xJCSQ6NPtwHFFdRsFTrMN4EnGHGZfuwLC3+DLpVicG5g81kGMavgYN1D6dTf+p+Wt7sxk5rlsSBO5LDFhZXkEUeWbQ6P3tea14V0/KK5E= Received: by 10.70.102.12 with SMTP id z12mr3486303wxb; Wed, 28 Sep 2005 07:41:57 -0700 (PDT) Received: by 10.70.62.16 with HTTP; Wed, 28 Sep 2005 07:41:57 -0700 (PDT) Message-ID: <8a83c96b05092807411dbf333e@mail.gmail.com> Date: Wed, 28 Sep 2005 11:41:57 -0300 From: Edgar Poce Reply-To: Edgar Poce To: jackrabbit-dev@incubator.apache.org Subject: getting items with relative paths MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi is there any reason for not including Node.getItem(String path) in the api?. it's included in the Session object, so I think it's also valid to try to get an Item with a path relative to a Node. it would save a few lines of code in some cases. br, edgar