Well for my setup i used the jackrabbit web application to supply a server with the repository.
Thex my Webapplication conntects to the jackrabbit server via RMI And reads the objects with ocm. Filling the objects takes a really lokng time. I have stored artikels in jackrabbit and for 10 artikles it takes like 5 seconds. I have tried to connect to the jackrabbit webaplication via JNDI since my application is in the same server container but I couldn't find out how to make the jackrabbit webapplication to suplay a global JNDI recourse. -----Ursprüngliche Nachricht----- Von: Christophe Lombart [mailto:[email protected]] Gesendet: Freitag, 6. März 2009 12:30 An: [email protected] Betreff: Re: OCM cache? This feature is not yet implemented. The current cache implementation is just there to solve the following issue. http://issues.apache.org/jira/browse/JCR-918 What kind of problem do you have ? Can give me more info ? In which case, reading takes a long time. br, Christophe 2009/3/6 Kurz Wolfgang <[email protected]> > Hello everyone, > > I amueing ocm to read from jackrabbit. But reading takes a long time so I > thought I would check and see if there is a way to optimize it. When looking > through the ocm code I found something about a cache so I am guessing I can > cache the reads from jackrabbit somehow. > > Anyone know how I enable the cache for ocm reads from jackrabbit? If there > is something like it. > > > > > >
