Hello Julian, thank you for your prompt reply, please ignore the segment
store, I do not use it. It was left there because I've been experimenting with
different solutions for the past couple of hours.
Any idea on the problem I describe? I can add a custom node on the root node
and when I restart the spring boot app the node is not there.
Regards
Panos
On Thursday, January 9, 2020, 3:39:22 PM GMT+2, Julian Reschke
<[email protected]> wrote:
On 09.01.2020 14:25, Panos Konstantinidis wrote:
> Hello, I've been using JackRabbit and Oak with a Mongo database for the past
> few months. I am using spring boot + gradle to build the executable jar with
> the following dependencies:
> //
>https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-store-document
> compile group: 'org.apache.jackrabbit', name: 'oak-store-document',
>version: '1.18.0'
> // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-segment
> compile group: 'org.apache.jackrabbit', name: 'oak-segment', version:
>'1.6.18'
> // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-core
> compile group: 'org.apache.jackrabbit', name: 'oak-core', version:
>'1.18.0'
> // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-jcr
> compile group: 'org.apache.jackrabbit', name: 'oak-jcr', version:
>'1.18.0'
> ...
FWIW, you really should use consistent versions of all artefacts. Why
are you using an antique version of the segment store?
Best regards, Julian