Hi, currently I use XMLPersistenceManager in combination with LocalFileSystem.
Now I want to change the configuration to reduce the number of files created in the file system and decrease the risk of getting corrupted storage due JVM crashes and so on. Also I don't need that the nodes are stored in XML. At the PersistenceManager FAQ http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ is the XMLPersistenceManager marked as "obsolete". Whats the best combination ATM to store the repository in file system? --tf
