Hi, Actually the 'official' way to run garbage collection is documented here:
http://wiki.apache.org/jackrabbit/DataStore#Running_Data_Store_Garbage_Collection_.28Jackrabbit_2.x.29 > api 2.1.0 > In the interface Where did you find this information? Could you provide a link? (it looks like the Jackrabbit web site is currently broken, so I can't find it) Regards, Thomas On Mon, May 3, 2010 at 11:25 AM, JOSE FELIX HERNANDEZ BARRIO <[email protected]> wrote: > api 2.1.0 > In the interface > DataStoreGarbageCollectorthe following example appears: > > DataStoreGarbageCollector gc = > ((JackrabbitSession)session).createDataStoreGarbageCollector(); > > > I think it should be SessionImpl instead of JackrabbitSession > > > > -- > Jose Hernandez > 675599600 > Isthari > http://www.isthari.com >
