Hi, > How do I delete a transient repository? My code is successfully creating > and shutting down the repository, but when I try to delete the directory > (using jakarta commons IO) I get an exception because of some of the data > files.
That sounds like a bug in Jackrabbit. Which files can not be deleted? > Is there a standard way to do this that is guaranteed to work? Use Linux. Just joking. Did you consider using in-memory file system and persistence managers? Regards, Thomas
