On Fri, 18 Mar 2005 12:41:17 -0300, Edgar Poce <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to run the persistence managers directly without starting > jackrabbit and I realized I need instances of RepositoryConfig, > NodeTypeRegistry and a NameSpaceRegistry. The repository config part is > simple (btw, thanks jukka). Now I need instances of NodeTypeRegistry and > NameSpaceRegistry and there's no public class that provide this > functionality. I think that to copy the code from RepositoryImpl is not > a good choice. Is there any option?
hmm, there's no quick&easy solution right now. the current PM implementations in jackrabbit don't use these, so i guess, as a workaround, you could just pass null in the PMContext constructor. cheers stefan > > regards > edgar >
