Marco Balcon wrote:
Hello all,

I have tried to browse the jcr nuxeo repository with Eclipse JCR Browser
0.9.2 but when I click login I obtain:

"It was not possibleto login. check your creddential"

and in the details

"configured bean implementation class
org.nuxeo.ecm.core.jcr.search.jrplug.AdvSearchIndex was not found"

anyone have an idea what is my problem? I think that I need to set the
classpath for the plugin but how?

Hi

The class should not be used anymore. Instead we use the default org.apache.jackrabbit.core.query.lucene.SearchIndex now and for indexing the
new search engine recently added.

Probably you'll need to change this in 2 files under repository directory:
- [jboss-default]/data/NXRuntime/repos/demo/demo.xml and
- [jboss-default]/data/NXRuntime/repos/demo/workspaces/default/workspace.xml

The problem derives from the fact that the packaging was changed, so if you'd like you can update just
the package for the AdvSearchIndex class in the files mentioned above:

org.nuxeo.ecm.core.repository.jcr.search.jrplug.AdvSearchIndex

Dragos
Many thanks,
Marco

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to