Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 54626 invoked from network); 2 Nov 2006 07:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 07:42:16 -0000 Received: (qmail 57920 invoked by uid 500); 2 Nov 2006 07:42:26 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 57894 invoked by uid 500); 2 Nov 2006 07:42:26 -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 57885 invoked by uid 99); 2 Nov 2006 07:42:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 23:42:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [212.249.34.130] (HELO picanmix.dev.day.com) (212.249.34.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 23:42:12 -0800 Received: from deliverix.day.com (deliverix.day.com [10.0.0.7]) by picanmix.dev.day.com (DAY) with ESMTP id kA27foG25272 for ; Thu, 2 Nov 2006 08:41:50 +0100 (MET) Received: from [10.0.0.68] ([10.0.0.68]) by deliverix.day.com (Lotus Domino Release 6.5.1) with ESMTP id 2006110208414875-17553 ; Thu, 2 Nov 2006 08:41:48 +0100 Message-ID: <4549A13D.4050903@day.com> Date: Thu, 02 Nov 2006 08:41:49 +0100 From: Angela Schreiber User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: SPI: ValueFactory vs Level-1 implementations (part 2) References: <4548D938.4050106@gmx.de> In-Reply-To: <4548D938.4050106@gmx.de> X-MIMETrack: Itemize by SMTP Server on dmail/Day(Release 6.5.1|January 21, 2004) at 11/02/2006 08:41:48, Serialize by Router on dmail/Day(Release 6.5.1|January 21, 2004) at 11/02/2006 08:41:49, Serialize complete at 11/02/2006 08:41:49 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org hi julian why do you think the ValueFactory comes from the SessionInfo? as far as i know, the ValueFactory is retrieved from the configuration. so, perhaps you simply don't provide one in your config. am i missing something? angela btw: there is a simple ValueFactory in the jackrabbit-commons package. you may use this one or provide your own.