Hello all, In my application, I have Jackrabbit configured via Spring: I'm using DbFileSystem and SimpleDbPersistenceManager to persist repository objects to a SQL Server DB. However, if I delete the Jackrabbit directories in my application, I lose the contents of the repository. Do I have a mistake in my configuration, or does Jackrabbit use local filesystem resources regardless of its database use? Here's my repository.xml: -Brian