Hi, On Wed, May 6, 2009 at 11:33 AM, Bertrand Delacretaz <bdelacre...@apache.org> wrote: > I'm trying to get an overview of the current issues related to > customizing an embedded Jackrabbit repository using Sling bundles.
Note that the current Jackrabbit configuration mechanism requires direct access to all the *implementation* classes configured in the repository.xml file. I'm not sure how this could best be made to work with the cross-bundle class loading restrictions in an OSGi environment. There's an ongoing effort in Jackrabbit to make the configuration handling more flexible (JCR-1438), with the ultimate goal of being able to configure Jackrabbit using OSGi services or an IoC container. I've already been able to implement parts of the issue (see the related commits in Jackrabbit), but there's still quite a lot of work remaining with the more complex configuration entries. BR, Jukka Zitting