Hello all,

I wrote a sample code to decorate a JCR Repository Object, but I did not manage to be loaded on CDI context (Already placed on beans.xml)
My intention is to register an EventListener when a call to repository.login() (and its overloaded methods) are called.

Here is the code: https://gist.github.com/861586

WDYT ?