Hi, On Mon, Mar 9, 2009 at 5:36 PM, Paco Avila <[email protected]> wrote: > I've reading http://wiki.apache.org/jackrabbit/DataStore and there is a > reference to "Running data store garbage collection". Actually do I need to > perform this task or is already implemented in the core?
Both :-) The garbage collection is implemented, but you need to call it from within your application. For a code example see http://wiki.apache.org/jackrabbit/DataStore "Running data store garbage collection" Regards, Thomas
