Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 87826 invoked from network); 29 Aug 2007 19:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 19:36:40 -0000 Received: (qmail 30950 invoked by uid 500); 29 Aug 2007 19:36:35 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 30907 invoked by uid 500); 29 Aug 2007 19:36:35 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 30898 invoked by uid 99); 29 Aug 2007 19:36:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 12:36:35 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_RFC_BOGUSMX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pih@wasabicowboy.com designates 216.154.219.229 as permitted sender) Received: from [216.154.219.229] (HELO wasabicowboy.com) (216.154.219.229) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 19:37:27 +0000 Received: from [10.32.49.76] ([63.160.65.14]) by wasabicowboy.com (8.13.1/8.13.1) with ESMTP id l7TJZiVo011650; Wed, 29 Aug 2007 15:35:44 -0400 Message-ID: <46D5CA90.9070004@wasabicowboy.com> Date: Wed, 29 Aug 2007 12:35:44 -0700 From: "Padraic I. Hannon" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: dev@jackrabbit.apache.org CC: fmeschbe@day.com, jmp@day.com Subject: Re: dynamic mixins and jcr mapping References: <46C4F786.8060909@wasabicowboy.com> <3b728ee90708170047g6010536fv168aa9dab0e26c35@mail.gmail.com> <46D5A886.7010809@wasabicowboy.com> <46D5C1B4.2030500@wasabicowboy.com> In-Reply-To: <46D5C1B4.2030500@wasabicowboy.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP-Vilter-Version: 1.3.4 X-Spamd-Symbols: AWL,USER_IN_WHITELIST X-SMTP-Vilter-Spam-Backend: spamd X-Spam-Score: -99.9 X-Spam-Threshold: 3.0 X-Spam-Probability: -33.3 X-Its-A-Nuisance: This is spam X-Virus-Checked: Checked by ClamAV on apache.org For loading objects, since we now would be relying on interfaces and proxies the reflectionutils.setnestedproperties would no longer work as we would need to address methods instead of bean properties. I'll create a jira ticket if I haven't already to begin tracking code. -paddy