You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Kadir Alaca (JIRA)" <ji...@apache.org> on 2009/09/22 20:18:17 UTC

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

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
            Reporter: Kadir Alaca
            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.


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

Posted by "Martijn Hendriks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

       Resolution: Fixed
    Fix Version/s: 2.0.0
         Assignee:     (was: Martijn Hendriks)
           Status: Resolved  (was: Patch Available)

Applied proposed patch.

> 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
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: JCR-2320.patch
>
>
> 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.


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

Posted by "Martijn Hendriks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: JCR-2320.patch

> 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
>         Attachments: JCR-2320.patch
>
>
> 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.


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

Posted by "Martijn Hendriks (JIRA)" <ji...@apache.org>.
     [ 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.