On 2016-03-03 15:48, Ancona Francesco wrote:
Yes but i'm asking if there is a way or a configuration to call rdbms using jcrrepository like oak examples in getting start.final DocumentMK.Builder builder = new DocumentMK.Builder(); builder.setBlobStore(createFileSystemBlobStore()); final DocumentNodeStore ns = getRDBDocumentNodeStore(builder); Oak oak = new Oak(ns); Jcr jcr = new Jcr(oak); Repository repo = jcr.createRepository(); Thanks.
It looks like some RepositoryInitializer is missing (AFAIU, it would take care of creating the initial content).
Best regards, Julian
