You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2014/05/27 17:15:03 UTC

[jira] [Commented] (OAK-1522) Provide PojoSR based RepositoryFactory implementation

    [ https://issues.apache.org/jira/browse/OAK-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009765#comment-14009765 ] 

Julian Reschke commented on OAK-1522:
-------------------------------------

I see the following test failure in windows:

testNodeStoreWithBlobStore_OAK_1676(org.apache.jackrabbit.oak.run.osgi.NodeStoreConfigTest)  Time elapsed: 0.15 sec  <<< ERROR!
java.io.IOException: Unable to delete file: target\repositoryTest\repository\segmentstore\journal.log
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2106)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1583)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1465)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2097)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1583)
        at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1465)
        at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2097)
        at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1583)
        at org.apache.commons.io.FileUtils$cleanDirectory.call(Unknown Source)
        at org.apache.jackrabbit.oak.run.osgi.AbstractRepositoryFactoryTest.tearDown(AbstractRepositoryFactoryTest.groovy:65)


> Provide PojoSR based RepositoryFactory implementation
> -----------------------------------------------------
>
>                 Key: OAK-1522
>                 URL: https://issues.apache.org/jira/browse/OAK-1522
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: run
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.1
>
>         Attachments: OAK-1522.patch
>
>
> This features provides support for configuring Repository using in built OSGi support in non OSGi env using PojoSR [1].
> For more details refer to [2]. Note that PojoSR is being moved to Apache Felix (FELIX-4445)
> [1] https://code.google.com/p/pojosr/
> [2] http://jackrabbit-oak.markmail.org/thread/7zpux64mj6vecwzf



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