Thomas, Thanks for the response. I did read the documentation and I think I got mixed up the on the information about datastore vs persistence managers in that the file based persistence managers are not atomic but the database persistence managers are. And in my case even though I am using FileDataStore for the DataStore, I am still using OraclePersistenceManager so I should be ok. You are right in your response that the file datastore would only store the binaries and not the nodes.
-PeriS On Jan 26, 2012, at 8:44 PM, Thomas Mueller wrote: > Hi, > >> As I understood filesystem model doesn't provide atomocity i.e no >> transactional support > > I'm not sure if you read the data store documentation at > http://wiki.apache.org/jackrabbit/DataStore - the data store is > write-only, and doesn't require that much transactional support (what the > file system provided is sufficient). Also, the data store doesn't store > nodes, just binaries. > > Regards, > Thomas >
