You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Martijn Hendriks (JIRA)" <ji...@apache.org> on 2009/11/19 14:04:39 UTC

[jira] Updated: (JCR-2320) Real In-memory Repository

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

Martijn Hendriks updated JCR-2320:
----------------------------------

             Assignee: Martijn Hendriks
    Affects Version/s: 2.0-beta1
               Status: Patch Available  (was: Open)

Here's a patch that uses an MemoryFileSystem to back the blob store if the "persistent" flag is set to false.

> Real In-memory Repository
> -------------------------
>
>                 Key: JCR-2320
>                 URL: https://issues.apache.org/jira/browse/JCR-2320
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 2.0-beta1
>            Reporter: Kadir Alaca
>            Assignee: Martijn Hendriks
>            Priority: Minor
>
> For unit tests it is desirable to have an in-memory repository which holds its whole data(even PropertyType.BINARY) in memory.
> The actual implementation of org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager uses the FileSystemBLOBStore along with LocalFileSystem.
> The binary properties are serialized to the OS-Filesystem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.