Hi, On Wed, Apr 10, 2013 at 8:17 AM, connuser1 connuser1 <[email protected]> wrote: > ...there's a pingAndCheck method which periodically keeps on calling my > login module plugin's doInit method. Why is this happening?...
This is Sling's AbstractSlingRepository [1] checking that the repository is still there. Depending on the environment it's very possible for it to go away, it's meant to detect that. By default this happens every 10 seconds, configurable, see [1]. -Bertrand [1] http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/base/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepository.java
