In this specific instance, I need to add namespace mappings to the Session-local namespace registry.
Justin On Feb 9, 2010, at 3:41 AM, Felix Meschberger <[email protected]> wrote: > Hi, > > What exactly do you envision doing with the session ? > > Regards > Felix > > On 09.02.2010 02:46, Justin Edelson wrote: >> I need to add some logic to post-process Session instances before >> they >> are used for resource resolution. At first glance, it seems like >> what I >> should do is create an interface in jcr.base and add a >> ServiceTracker to >> AbstractSlingRepository. Something like this: >> >> public interface SessionPostProcessor { >> public void postProcess(Session session); >> } >> >> WDYT? >> >> Justin >> >>
