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
> 
> 

Reply via email to