Re: Sling Launchpad 8 - FileDataStore configuration

2016-02-18 Thread Robert Munteanu
On Tue, 2016-02-16 at 14:47 +, 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


Sling Launchpad 8 - FileDataStore configuration

2016-02-16 Thread Andrei Dulceanu
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?

Regards,
Andrei

[0] https://jackrabbit.apache.org/oak/docs/osgi_config.html#config-sling