From users-return-1295-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Nov 10 11:19:26 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 59265 invoked from network); 10 Nov 2006 11:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2006 11:19:25 -0000 Received: (qmail 18706 invoked by uid 500); 10 Nov 2006 11:19:36 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 18465 invoked by uid 500); 10 Nov 2006 11:19:36 -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 18455 invoked by uid 99); 10 Nov 2006 11:19:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 03:19:36 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ted.roeloffzen@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 03:19:22 -0800 Received: by nf-out-0910.google.com with SMTP id x4so1183418nfb for ; Fri, 10 Nov 2006 03:19:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nzBE4hry1dVncphpW4ylk2FXybe/8U2ZtdHeBVL7pKi9jKzK2hWe7BO0s3JBVuyLQAP41fB6mGFGIkBGacODrE0/gpG+n/jOpA+7SIwXotOAapKBPr4SRA7NEXBCb6RFkPstnGZx6DEhdS3HVcKlu6NZR5x5jeWXJu/iHI55CPU= Received: by 10.82.126.19 with SMTP id y19mr120990buc.1163157540908; Fri, 10 Nov 2006 03:19:00 -0800 (PST) Received: by 10.82.125.6 with HTTP; Fri, 10 Nov 2006 03:19:00 -0800 (PST) Message-ID: <2f35a2640611100319p38f48825i179e1a12e72e261@mail.gmail.com> Date: Fri, 10 Nov 2006 12:19:00 +0100 From: "Ted Roeloffzen" To: users Subject: Reading multivalues MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_38415_24525320.1163157540885" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_38415_24525320.1163157540885 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a small program in which users are stored and a user has the property: Roles (REFERENCE) multiple Now I want to get these roles from the repository, but when I use getValues() the retrieve the array of value objects I can't retrieve the reference it holds. Does anybody have any idea how to do this? Ted ------=_Part_38415_24525320.1163157540885--