Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 97613 invoked from network); 2 Nov 2006 14:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 14:33:11 -0000 Received: (qmail 1169 invoked by uid 500); 2 Nov 2006 14:33:21 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 1149 invoked by uid 500); 2 Nov 2006 14:33:21 -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 1140 invoked by uid 99); 2 Nov 2006 14:33:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 06:33:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of julian.reschke@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Nov 2006 06:33:07 -0800 Received: (qmail invoked by alias); 02 Nov 2006 14:32:45 -0000 Received: from mail.greenbytes.de (EHLO [192.168.1.61]) [217.91.35.233] by mail.gmx.net (mp029) with SMTP; 02 Nov 2006 15:32:46 +0100 X-Authenticated: #1915285 Message-ID: <454A0192.20608@gmx.de> Date: Thu, 02 Nov 2006 15:32:50 +0100 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: SPI: ValueFactory vs Level-1 implementations (part 2) References: <4548D938.4050106@gmx.de> <4549A13D.4050903@day.com> <4549FA46.9000702@gmx.de> <4549FCAA.90502@day.com> In-Reply-To: <4549FCAA.90502@day.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Angela Schreiber schrieb: > hi julian > > that was exactly the reason for not 'hardcoding' the > ValueFactoryImpl as it is the case in jackrabbit. > > if you look at the spi2dav project you will find > a slightly modified ValueFactoryImpl, that deals > with exactly this issue. > > however i would argue, that it depends on the spi > implementation what kind of ValueFactory it wants > to use. and that was exactly the point, where i > added the ValueFactory to the config together with > the service. Understood and agreed. The SPI should provide it's own (and that's what I'm doing now...). Best regards, Julian