Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 66315 invoked from network); 23 Oct 2007 12:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 12:16:34 -0000 Received: (qmail 27261 invoked by uid 500); 23 Oct 2007 12:16:20 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 27181 invoked by uid 500); 23 Oct 2007 12:16:20 -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 27172 invoked by uid 99); 23 Oct 2007 12:16:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 05:16:20 -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 (athena.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; Tue, 23 Oct 2007 12:16:23 +0000 Received: from [10.0.1.194] (bsl-rtr.day.com [62.192.10.254]) by wasabicowboy.com (8.13.1/8.13.1) with ESMTP id l9NCErh4005262 for ; Tue, 23 Oct 2007 08:14:53 -0400 Message-ID: <471DE5B4.6040304@wasabicowboy.com> Date: Tue, 23 Oct 2007 05:14:44 -0700 From: "Padraic I. Hannon" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: [OCM] DynaBean support References: <510143ac0710230314x7a901045ia5dababaa3137bd4@mail.gmail.com> <471DE12A.8040609@apache.org> In-Reply-To: <471DE12A.8040609@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP-Vilter-Version: 1.3.4 X-Spamd-Symbols: USER_IN_WHITELIST X-SMTP-Vilter-Spam-Backend: spamd X-Spam-Score: -100.0 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 I think this would be a great idea, I implemented something similar for OCM using cglib mixin proxies to provide mixin support at run time. -paddy