On Tue, Jan 20, 2009 at 7:23 AM, imadhusudhanan <[email protected]> wrote: > I have a requirement here. Is that possible to configure jackrabbit to > point to our own datastore instead the one that comes along with the > jackrabbit bundle. I came to know from the DataStore wiki that data store is > supported from jackrabbit 1.4 only. So Pls do guide me to set up jackrabbit > to point to my filestore. take care.
If you'd like a custom Datastore, it must implement the o.a.j.core.data.DataStore [1] interface. The configuration is described on the DataStore wiki page [2] you mentioned. [1] http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/core/data/DataStore.html [2] http://wiki.apache.org/jackrabbit/DataStore -- Alexander Klimetschek [email protected]
