funny but there is no mention of the need to do this on http://incubator.apache.org/jackrabbit/firststeps.html but anyway i have made a workspaces folder and within that a folder called default and have added a workspace.xml file to it based on a copy of another one I found. no luck still however - same result. then... following Marcel's suggestion I have grabbed the latest code from your svn. fyi the build generates a couple of test failures [junit] [ERROR] TEST org.apache.jackrabbit.test.api.version.TestAll FAILED [junit] [ERROR] TEST org.apache.jackrabbit.test.api.nodetype.TestAll FAILED but aside from that my first-steps hello world works fine now and a million thanks to you both. i look forward to continuing this experiment on monday morning before i head off for a week's r&r cheers and have a great weekend dave On 22/04/2005, at 4:31 PM, Simon Gash wrote: > Additionally you need to check the configuration file for the > workspace. > You should have a folder named Workspaces inside that you'll have a > folder named after the workspace (probably default) this also contains > the search configuration. > > Try that one. > > Simon > > -----Original Message----- > From: Dave Sag [mailto:dsag@visualitylife.com] > Sent: 22 April 2005 15:26 > To: jackrabbit-dev@incubator.apache.org > Subject: Re: first steps > > 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 > > > On 22/04/2005, at 3:47 PM, Simon Gash wrote: > >> Check the repository.xml configuration file. I had this one yesterday, > >> check the type in the repository.xml under the search configuration it > >> should read org.apache.jackrabbit.core.query.lucene.SearchIndex, the >> package name has been changed. >> >> Don't worry you're almost there ;) >> >> -----Original Message----- >> From: Dave Sag [mailto:dsag@visualitylife.com] >> Sent: 22 April 2005 14:32 >> To: jackrabbit-dev@incubator.apache.org >> Subject: first steps >> >> 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 >> >> >> This email contains proprietary information, some or all of which may >> be legally privileged. It is for the intended recipient only. If an >> addressing or transmission error has misdirected this email, please >> notify the author by replying to this email. If you are not the >> intended recipient you may not use, disclose, distribute, copy, print >> or rely on this email. >> >> Email transmission cannot be guaranteed to be secure or error free, as > >> information may be intercepted, corrupted, lost, destroyed, arrive >> late or incomplete or contain viruses. This email and any files >> attached to it have been checked with virus detection software before >> transmission. You should nonetheless carry out your own virus check >> before opening any attachment. GOSS Interactive Ltd accepts no >> liability for any loss or damage that may be caused by software >> viruses. >> >> GOSS - Ranked 4th in the Deloitte Technology Fast 50 Awards 2004 and >> 88th in the Deloitte Technology Fast 500 EMEA. >> >