I'm trying to instantiate an oak repository without any OSGi environment. It looks like OakRepositoryFactory ignores any parameters passed to it, just calling the empty Jcr() constructor, which results in an in-memory repository.
Are there any examples on how to configure eg a tarmk repository outside of an OSGi environment? -- -Tor
