Re: R: R: info about oak and RDMBS

2016-02-25 Thread Julian Reschke
On 2016-02-25 12:42, Ancona Francesco wrote: Hi, I had run the same test changing only the DocumentNodeStore type as in the following code: final DocumentMK.Builder builder = new DocumentMK.Builder(); builder.setBlobStore(createFileSystemBlobStore()); final DocumentNodeStore ns = getMongoDocu

R: R: info about oak and RDMBS

2016-02-25 Thread Ancona Francesco
Hi, to answer your question, I’d manually delete all the tables in the posgresql db before running the test, so the stacktrace is relative to a fresh start. On a second run, without deleting the tables, I had a different type of exception. Best regards -Messaggio originale- Da: Alex Par

R: R: info about oak and RDMBS

2016-02-25 Thread Ancona Francesco
Hi, I had run the same test changing only the DocumentNodeStore type as in the following code: final DocumentMK.Builder builder = new DocumentMK.Builder(); builder.setBlobStore(createFileSystemBlobStore()); final DocumentNodeStore ns = getMongoDocumentNodeStore(builder); private DB db = new Mo