From jackrabbit-dev-return-5530-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Mon Feb 13 17:03:23 2006 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 96759 invoked from network); 13 Feb 2006 17:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 17:03:22 -0000 Received: (qmail 95656 invoked by uid 500); 13 Feb 2006 17:03:19 -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 95641 invoked by uid 99); 13 Feb 2006 17:03:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2006 09:03:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.21.225.178] (HELO watt.ascad.insideasc.com) (68.21.225.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2006 09:03:18 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: References Date: Mon, 13 Feb 2006 12:02:57 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DP Persistence manager implementation Thread-Index: AcYn7qKRnvlj5jXBRQCn73CTcBfkbgI0FE3A From: "Ashley Martens" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm having a problem with getReferences() that I hope someone can help = me with. I create node A, an nt:file with mix:versionable. I create node B, an nt:base with a reference property. I set B.ref =3D A.getUUID(). When I execute A.getReferences() I do not get B. What am I doing wrong?