You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Shashank Gupta (JIRA)" <ji...@apache.org> on 2014/06/05 12:59:01 UTC

[jira] [Updated] (JCR-3786) Incompatible CachingDataStore's path & FileDataStore's path configuration

     [ https://issues.apache.org/jira/browse/JCR-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shashank Gupta updated JCR-3786:
--------------------------------

    Description: 
# FileDataStore#path is location where binaries are stored.
# CachingDatastore assumes binaries are stored in {path}/repository/datastore.
# This creates incompatibility between FileDataStore & CachingDatastore


Workaround is to move files from {path} to {path}/repository/datastore. 
Expectation is that it should work without moving files. 


  was:
# FileDataStore#path is location where binaries are stored.
# CachingDatastore assumes binaries are stored in {path}/repository/datastore.
# This creates incompatibility between FileDataStore & CachingDatastore

Workaround is to move files from {path} to {path}/repository/datastore. 
Expectation is that it should work without moving files. 



> Incompatible CachingDataStore's path &  FileDataStore's path configuration
> --------------------------------------------------------------------------
>
>                 Key: JCR-3786
>                 URL: https://issues.apache.org/jira/browse/JCR-3786
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-data
>    Affects Versions: 2.8
>            Reporter: Shashank Gupta
>             Fix For: 2.9
>
>
> # FileDataStore#path is location where binaries are stored.
> # CachingDatastore assumes binaries are stored in {path}/repository/datastore.
> # This creates incompatibility between FileDataStore & CachingDatastore
> Workaround is to move files from {path} to {path}/repository/datastore. 
> Expectation is that it should work without moving files. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)