From graffito-dev-return-1282-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Fri Sep 08 12:42:09 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 36246 invoked from network); 8 Sep 2006 12:42:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 12:42:08 -0000 Received: (qmail 91353 invoked by uid 500); 8 Sep 2006 12:42:08 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 91342 invoked by uid 99); 8 Sep 2006 12:42:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 05:42:08 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of the.mindstorm.mailinglist@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 05:42:07 -0700 Received: by ug-out-1314.google.com with SMTP id u40so552577ugc for ; Fri, 08 Sep 2006 05:41:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TG2ZyJJbLsEOkn7be51N/MiEHnYTxrmm9KqKMqKLuJtA5xAyjISbeqKV8DhMZmhv7xOszU9HMBlIRItD/1+9HKvfMv2+OT9NHyuei21B3HUGXii8yqUFgDdxqP/50kzlKhkAvvBF+n1u3UDjeN5dgMYTps6TDKR8xLpRGOIIg0s= Received: by 10.67.103.7 with SMTP id f7mr1023992ugm; Fri, 08 Sep 2006 05:41:45 -0700 (PDT) Received: by 10.66.232.15 with HTTP; Fri, 8 Sep 2006 05:41:45 -0700 (PDT) Message-ID: Date: Fri, 8 Sep 2006 15:41:45 +0300 From: "Alexandru Popescu" To: graffito-dev@incubator.apache.org Subject: Re: Bug in ObjectConvertImpl#insertBeanFields for custom bean converter In-Reply-To: <45016482.3010403@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45016482.3010403@adelphia.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/8/06, Dan Connelly wrote: > I given a converter for a bean in a class in my jcr mapping file. > > The logic in ObjectConvertImpl#insertBeanFields then uses my named > converter (good so far) to insert the *parent* object into the parent > node (bad here). > > Result = unlimited recursion. Would you like me to file a Jira? > > If the bean uses the default bean converter, then the bean object is > inserted into the parent node. That's okay. > Dan can you show us your code pls? It would be much easier to understand the issue. TIA, ./alex -- .w( the_mindstorm )p. > -- Dan >