Hi Paul, On Tue, 29 Oct, 2019, 18:38 Paul Wilson, <[email protected]> wrote:
> .... I believe the best way to have my Observer access the NodeStore is > via @Reference injection from the OSGi container. I have no plans to use > OSGi however .... Admittedly, I'm not the best person to answer this... But I wonder if you can take cue from LucenePropertyIndexTest which sets up repository sans osgi. While creating Oak instance, you can do .with(Observer) to inject your own observer. --Vikas (sent from mobile)
