:-) Some more code on the way.
Thanks for your hint.
One more question, following bit is required for getting repository handle?
*Jcr jcr = new Jcr(new
Oak(MongoUtils.getDocumentNodeStore())).with(getSecurityProvider())
.withAsyncIndexing()
.with(new LuceneIndexEditorProvider())
.with((QueryIndexProvider) provider)
.with((Observer) provider)
.withAsyncIndexing();
Repository repository = jcr.createRepository();*
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Oak-Connection-tp4664122p4664125.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.