Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
As described in https://lists.apache.org/thread.html/r1162d545922381187a0530f838b684b60f2a8ea28a12649ae79372e8%40%3Cdev.sling.apache.org%3E Sling-Initial-Content leads to ERRORs when used with Oak Composite Node Store, as those are evaluated during each bundle start. At times when that part of the repo is read-only an ERROR is logged.
The following steps are necessary:
- Check manifest from bundle for header Sling-Initial-Content
- For all entry paths in the header split up by mutable/immutable and create a content package for each category
- Modify manifest to no longer include Sling-Initial-Content
Attachments
Issue Links
- causes
-
SLING-10770 JcrNamespaceRegistry.registerCnd throws NPE
- Closed
-
SLING-10382 Wrong namespace url for prefix "sling"
- Closed
-
JCRVLT-516 Ease usage of DocViewProperty outside a repository context
- Closed
-
SLING-10297 Expose org.apache.sling.jcr.contentloader.internal.PathEntry as API
- Closed
- links to