hi if you are using the datastore
you must start the garbage collector
@see
http://wiki.apache.org/jackrabbit/DataStoreBR,
claus
-----Ursprüngliche Nachricht-----
Von: Emmanuel Hugonnet [mailto:
ehsavoie73@...]
Gesendet: Dienstag, 13. Mai 2008 15:33
An:
users@...
Betreff: Removing content
Hi,
I have a nt:file node with its jcr:content child. When I remove my node
(node.remove()) it is correctly removed but the content is still on my
filesystem :( in the repository/datastore/....
How do I delete the content ?
Emmanuel