Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 9747 invoked from network); 22 Apr 2005 14:48:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 14:48:06 -0000 Received: (qmail 53590 invoked by uid 500); 22 Apr 2005 14:48:29 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 53576 invoked by uid 99); 22 Apr 2005 14:48:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Apr 2005 07:48:29 -0700 Received: (qmail invoked by alias); 22 Apr 2005 14:47:49 -0000 Received: from adsl-62-167-156-101.adslplus.ch (EHLO [192.168.0.100]) [62.167.156.101] by mail.gmx.net (mp008) with SMTP; 22 Apr 2005 16:47:49 +0200 X-Authenticated: #894343 Message-ID: <42690E93.8060309@gmx.net> Date: Fri, 22 Apr 2005 16:47:47 +0200 From: Marcel Reutegger User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: first steps References: <8D07567F3496FA4797E37564D4B4DC0E845EDF@delboy.lan.gossinteractive.com> <2970e265c4892429a4065d4d67606357@visualitylife.com> In-Reply-To: <2970e265c4892429a4065d4d67606357@visualitylife.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dave, The default value for the query handler implementation class still referenced the old class that got renamed, as Simon mentioned correctly. I've just checked in the fix (svn revision: 164242). So, you may update the class: org.apache.jackrabbit.core.config.ConfigurationParser and then rebuild the jar file. or you may change the repository configuration to: .... and make sure that the generated workspace.xml files also have the correct class attribute set. I'll also update the first steps document to include the class attribute. regards marcel Dave Sag wrote: > hi Simon, > > thanks for that tip... > > my repository.xml has no reference to > org.apache.jackrabbit.core.search.lucene.SearchIndex so i am not sure > what i should be changing. > > this is my repository.xml > > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > > > class="org.apache.jackrabbit.core.security.SimpleAccessManager"/> > > > defaultWorkspace="default" /> > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > > > class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" /> > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > > > > > > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > > > class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" /> > > > > > all advice appreciated. > > tia > > Dave >