Hi, On 10/01/18 19:34, Marco Piovesana wrote:
I tried to create a custom VersionHook with no version providers, then I created the Oak object with that hook, but it did not work. It fails inside NodeDelegate.isProtected when checking if is a protected type. Did I do something wrong?
This means you are using the JCR API, which protects the version store. The next lower layer is the Oak API. The entry point is the ContentRepository:
ContentRepository repo = new Oak(nodeStore).createContentRepository(); Regards Marcel
