From users-return-13591-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Dec 03 17:02:17 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 71140 invoked from network); 3 Dec 2009 17:02:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 17:02:17 -0000 Received: (qmail 64245 invoked by uid 500); 3 Dec 2009 17:02:16 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 64172 invoked by uid 500); 3 Dec 2009 17:02:15 -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 64161 invoked by uid 99); 3 Dec 2009 17:02:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 17:02:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ianboston@googlemail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 17:02:04 +0000 Received: by gv-out-0910.google.com with SMTP id y18so54285gvf.18 for ; Thu, 03 Dec 2009 09:01:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=Onz+AcrQv3LU4OeJb/fXKDqtL3RBU8lp6PQyS3u0UJg=; b=MHGFiUVyHn6c61YZg+HtWHAYaigEIgpKxtWmKs4GJGwN4qQY9fbIJB58c3fO11pc3P rIWYShsM7X92T/JZCrWKLcahNGvAbXlXNYpL1178yFIaPC7wVDPTLooBjmnCTouXwVId hTE7gsANtFZM8mIzARPXicAx7mbM4KRPE8xT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=E7AT1fiv4W3G9iWrRKOpba03zaTflzx8vtJN2Wm+DabB+jceVCREJi3ZxMB7JlUg8N Tkt/AsVzTZZuQOk4lRSX0W7fFs1ew1pdclXrnoCKYHOHTMLl9WF/mKNTiJHrxkeO2TnU dfj2ES+fSgcXOAi5VF8CNla5CdMigVMxsvV5U= Received: by 10.102.242.35 with SMTP id p35mr607872muh.113.1259859703941; Thu, 03 Dec 2009 09:01:43 -0800 (PST) Received: from ?10.0.0.66? (ginger.caret.cam.ac.uk [131.111.21.21]) by mx.google.com with ESMTPS id y2sm6114673mug.40.2009.12.03.09.01.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Dec 2009 09:01:43 -0800 (PST) Sender: Ian Boston Message-Id: <1BD29549-07A4-4B17-B63B-FAC6B597EEAB@tfd.co.uk> From: Ian Boston To: users@jackrabbit.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Recommended way to take deal with JCR-1984 Date: Thu, 3 Dec 2009 17:01:42 +0000 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi, IIUC [1], post 1.6 blocks an authorizable node from holding any properties, other than those listed in the schema. How do I add and retrieve a well defined set of properties for the node as was possible in JR15 ? We have an application that stores extra group and user metadata on the authorizable node and I really don't want to have to rewrite it. Thanks Ian 1 https://issues.apache.org/jira/browse/JCR-1984