Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 79592 invoked from network); 22 Apr 2005 13:32:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 13:32:06 -0000 Received: (qmail 84864 invoked by uid 500); 22 Apr 2005 13:32: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 84848 invoked by uid 99); 22 Apr 2005 13:32:28 -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: local policy) Received: from smtp.visualitylife.com (HELO smtp.visualitylife.com) (62.58.40.10) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 22 Apr 2005 06:32:28 -0700 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: jackrabbit-dev@incubator.apache.org From: Dave Sag Subject: first steps Date: Fri, 22 Apr 2005 15:32:02 +0200 X-Mailer: Apple Mail (2.622) X-OriginalArrivalTime: 22 Apr 2005 13:32:02.0606 (UTC) FILETIME=[AAEC6CE0:01C5473F] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi People, I am trying out jackrabbit for the first time. I copied the FirstSteps.java over into my project and tweaked it a bit to suit. It all compiles fine but when I run it I get the following output... javax.jcr.RepositoryException: Configured bean implementation class org.apache.jackrabbit.core.search.lucene.SearchIndex was not found.: org.apache.jackrabbit.core.search.lucene.SearchIndex: Configured bean implementation class org.apache.jackrabbit.core.search.lucene.SearchIndex was not found.: org.apache.jackrabbit.core.search.lucene.SearchIndex: Configured bean implementation class org.apache.jackrabbit.core.search.lucene.SearchIndex was not found.: org.apache.jackrabbit.core.search.lucene.SearchIndex: org.apache.jackrabbit.core.search.lucene.SearchIndex Now I can't see anywhere where I would have configured this. my repository.xml file is copied and adjusted from http://incubator.apache.org/jackrabbit/firststeps.html any clues for a newbie? does anyone have any standalone working example code I could play with? cheers dave