From graffito-commits-return-810-apmail-incubator-graffito-commits-archive=www.apache.org@incubator.apache.org Mon Nov 20 21:22:31 2006 Return-Path: Delivered-To: apmail-incubator-graffito-commits-archive@www.apache.org Received: (qmail 6811 invoked from network); 20 Nov 2006 21:22:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 21:22:31 -0000 Received: (qmail 53227 invoked by uid 500); 20 Nov 2006 21:22:41 -0000 Mailing-List: contact graffito-commits-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-commits@incubator.apache.org Received: (qmail 53216 invoked by uid 99); 20 Nov 2006 21:22:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 13:22:41 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 13:22:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 421E71A984D; Mon, 20 Nov 2006 13:21:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477345 - in /incubator/graffito/trunk/jcr/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/beanconverter: ./ impl/ Date: Mon, 20 Nov 2006 21:21:57 -0000 To: graffito-commits@incubator.apache.org From: clombart@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061120212157.421E71A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clombart Date: Mon Nov 20 13:21:56 2006 New Revision: 477345 URL: http://svn.apache.org/viewvc?view=rev&rev=477345 Log: Review bean converter support : * Implement GRFT-118. Now the inline is supported with a specific bean converter (InlineBeanConverterImpl). * review java pck Added: incubator/graffito/trunk/jcr/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/beanconverter/ incubator/graffito/trunk/jcr/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/beanconverter/impl/