Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Activator in org.apache.sling.jcr.oak.server always creates a configuration item with PID org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService if it isn't there. This means that if you delete this configuration, it will reappear on restart.
In some cases this configuration is undesirable, for example when running with Mongo. Therefore it should be possible to delete it.
The attached patch replaces the config generation in the Activator with a configuration provided via the launchpad. The configuration will still appear by default, but when deleted it will not reappear on restart.