On Wed, Dec 2, 2009 at 5:44 PM, Ian Boston <[email protected]> wrote: > ,,,02.12.2009 16:14:56.324 *INFO* [Repository Pinger] > org.apache.sling.jcr.jackrabbit.server Using configuration file > /Users/ieb/timefields/open-experiments/slingtests/osgikernel/sling/jackrabbit/repository.xml > 02.12.2009 16:14:56.325 *ERROR* [Repository Pinger] > org.apache.sling.jcr.jackrabbit.server startRepository: Uncaught Throwable > trying to access Repository, calling stopRepository() > (java.lang.NoClassDefFoundError: > org/apache/jackrabbit/core/config/RepositoryConfig)
In the current jackrabbit-server bundle, that RepositoryConfig class is provided by the jackrabbit-core-1.6.0.jar, embedded in the bundle via an Embed-Dependency option in the bundle's pom.xml Maybe your custom bundle is missing that? -Bertrand
