You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DocumentNodeStore nodeStore = newRDBDocumentNodeStoreBuilder()
.setLeaseCheckMode(LeaseCheckMode.DISABLED)
.setRDBConnection(/* TODO figure out DataSource*/);// connexion info to DB
.build();
File storage using Jackrabbit Oak implementation of JCR uses a MongoDB as backend storage.
Currently used
https://jackrabbit.apache.org/oak/docs/nodestore/document/mongo-document-store.html
The text was updated successfully, but these errors were encountered: