You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Guido Jäkel (JIRA)" <ji...@apache.org> on 2008/01/08 16:12:34 UTC

[jira] Updated: (JCR-1291) Missing class JNDIDatabaseJournal

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

Guido Jäkel updated JCR-1291:
-----------------------------

    Attachment: JNDIDatabaseJournal.java

Today we try to build an implementation of the JNDIDatabaseJournal.class just by a "stupid refactoring" of one of the other JNDI DB adapter classes. And it seems to work out of the box ...

You may include it to the official codebase.

> Missing class JNDIDatabaseJournal
> ---------------------------------
>
>                 Key: JCR-1291
>                 URL: https://issues.apache.org/jira/browse/JCR-1291
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 1.3.3
>            Reporter: Guido Jäkel
>             Fix For: 1.4
>
>         Attachments: JNDIDatabaseJournal.java
>
>
> We're dealing to set up a clustered repository and run into some issues and missing features stated to be fixed in the upcoming v1.4. But while scanning the sources of the v1.4-rc1, i still can't find the class
>   JNDIDatabaseJournal (org.apache.jackrabbit.core.journal.JNDIDatabaseJournal)
> as a silbing to the classes 
>   JNDIDatabaseFileSystem (org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem)
> and 
>   JNDIDatabasePersistenceManager (org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager)
> The missing one you'll need to configure all parts of a repository handeled in an abstract way by (e.g one common) JNDI database resource. From the shortness and simplicity of the source code of the other ones, i think adding this missing feature takes just about an hour.
> Thank you for support

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