On Tue, 2016-02-16 at 14:47 +0000, Andrei Dulceanu wrote:
> Hi,
> 
> I’m trying to configure DocumentNodeStore to use FileDataStore with
> Sling Launchpad 8, as advised in [0].
> For this I created in ${sling.home}/install the following
> configurations:
> 
> org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
> customBlobStore=true
> 
> org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg
> minRecordLength=4096
> path=/some/path
> 
> After that I’m running launchpad jar from ../${sling.home}, but the
> configurations don’t make any difference and the FileDataStore isn’t
> used.
> 
> What am I missing here?

According to your own bug report ( and patch, thanks for that! )

  https://issues.apache.org/jira/browse/SLING-5530

the launchpad misses a dependency on jackrabbit-data .

Robert

Reply via email to