[
https://issues.apache.org/jira/browse/SLING-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612346#comment-13612346
]
Ian Boston commented on SLING-2788:
-----------------------------------
In Sling the SlingRepository extends AbstractSlingRepository which manages the
NodeTypes via a Loader consuming cnd files specified in the MANIFEST.MF file.
The Oak version of the Sling Repository does not have this functionality, hence
there are no node types loaded. Since there are a number of Sling dependencies
to making this work I think it will be best to create a server bundle in Sling
for Oak, with a signature of
public class OakSlingServerRepository extends AbstractSlingRepository
implements Repository, SlingRepository, RepositoryManager {
> Sling running using Apache OAK
> ------------------------------
>
> Key: SLING-2788
> URL: https://issues.apache.org/jira/browse/SLING-2788
> Project: Sling
> Issue Type: Wish
> Components: General
> Reporter: Antonio Sanso
> Assignee: Ian Boston
>
> It would be nice to have a runMode of Sling that runs on top of Apache OAK
> [0]
> [0] http://jackrabbit.apache.org/oak/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira