Ouch, Yes, you're right - I manually tried to reconstruct my m2-repository and grabbed and old jackrabbit-version - now it works, many thx!
And by the way - should it be possible to build&install jackrabbit with m2? I did not even try it and just used the supplied maven1-build... Cheers stf > -----Original Message----- > From: Marcel Reutegger [mailto:[EMAIL PROTECTED] > Sent: Montag, 14. November 2005 12:23 > To: jackrabbit-dev@incubator.apache.org > Subject: Re: Stumbled at First Steps: Configuration element > FileSystem not found in SearchIndex > > Hi Stefan, > > it seems you are using an old revision of jackrabbit. could > you please double check that you are really using the latest > jar file you built? > > regards > marcel > > Stefan Frank wrote: > > Hi, > > > > I just started with jackrabbit - I made a fresh co and build and > > followed the first steps and I am already stuck with the > following exception: > > > > org.apache.jackrabbit.core.config.ConfigurationException: > > Configuration element FileSystem not found in SearchIndex. > > at > > > org.apache.jackrabbit.core.config.ConfigurationParser.getElement(Confi > > gurati > > onParser.java:569) > > at > > > org.apache.jackrabbit.core.config.ConfigurationParser.getElement(Confi > > gurati > > onParser.java:544) > > at > > > org.apache.jackrabbit.core.config.ConfigurationParser.parseBeanConfig( > > Config > > urationParser.java:411) > > at > > > org.apache.jackrabbit.core.config.ConfigurationParser.parseSearchConfi > > g(Conf > > igurationParser.java:340) > > at > > > org.apache.jackrabbit.core.config.ConfigurationParser.parseWorkspaceCo > > nfig(C > > onfigurationParser.java:294) > > at > > > org.apache.jackrabbit.core.config.RepositoryConfig.loadWorkspaceConfig > > (Repos > > itoryConfig.java:255) > > at > > > org.apache.jackrabbit.core.config.RepositoryConfig.init(RepositoryConf > > ig.jav > > a:209) > > at > > > org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryCo > > nfig.j > > ava:97) > > at > > > org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryCo > > nfig.j > > ava:71) > > at > > > org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableReposi > > tory.j > > ava:114) > > at > > > org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepo > > sitory > > .java:104) > > at > > > org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(Regi > > stryHe > > lper.java:57) > > ... > > > > > > > > I took the repository.xml from the examples and get the > exception when > > I register the repository: > > > > RegistryHelper.registerRepository(ctx, "repo", configFile, > repHomeDir, > > true); > > > > Any ideas why this may happen?! > > > > Cheers > > stf > > > > >