On 25 Nov 2009, at 15:55, ChadDavis wrote: > In the standalone server, the JackrabbitRepositoryServlet creates the > repository, then it stores a ProxyRepository, instead of the actual > repository, in the servlet context. It appears that the proxy does > nothing; it in fact returns the very same repository that was created > earlier, but through an intermediary factory.
I have not used any other repository implementations, but the TransientRepository automatically creates a fresh repository at the specified location if it does not exist. Rakesh
