Hi,

If I wanted to change where JCR items were stored within an Oak repo
would a custom implementation of
org.apache.jackrabbit.oak.namepath.GlobalNameMapper be the place to do
it ?

ie a GlobalNameMapper replacement that did everything it currently
does but also maps

JCR path /content/test/123/**  is stored at Oak path /123/content/all/info/**
and
Oak path /123/content/all/info/** to JCR path /content/test/123/**

I realise this class is not pluggable, is exported from the Oak core
bundle, and is instantiated in various places throughout the Oak code
base.

Best Regards
Ian

Reply via email to