Hi,

The package org.nuxeo.ecm.core.jcr (in nuxeo-core-jcr-connector) has been renamed to org.nuxeo.ecm.core.repository.jcr.

This should impact only a few xml files in your project, if any.
In Nuxeo 5 for instance, the following file is impacted:
org.nuxeo.ecm.platform/nuxeo-platform-ear/src/main/resources/ config/default-repository-config.xml

It could also impact some test files, for instance check if you have some files named like:
    DemoRepository.xml
    RepositoryService.xml
    LifeCycleServiceExtensions.xml
    CustomVersioningService.xml
    JCRLifeCycleManager.xml

Actually the quickest way is to grep for "org.nuxeo.ecm.core.jcr" in all your xml files.

Finally, if you have startup problems, make sure that, if you have an old repository, that the line mentioning
  org.nuxeo.ecm.core.repository.jcr.search.jrplug.AdvSearchIndex
is commented in the file
/opt/jboss/server/default/data/NXRuntime/repos/demo/workspaces/ default/workspace.xml (this has been the case for new repositories for a while, but you may have older instances.) This file should use the standard jackrabbit search class, you'll find the proper syntax in the file default-repository-config.xml mentioned above if you don't want to kill your repository.

Florent

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87



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

Reply via email to