On Thu, Jul 23, 2009 at 6:46 AM, Vibhu Sharma<[email protected]> wrote: > I am talking about a case where DerbyPersistenceManager is used as a > Persistence Manager and LocalFileSystem as the file system.
The file system is not used for any data anymore with most Persistence Managers, it's a legacy component. All your data will be in the store of the persistence manager (eg. database) or the datastore (if used). The lucene search index can always be rebuilt based on that data. Regards, Alex -- Alexander Klimetschek [email protected]
