Open sessions - JMX
Hi All
I am trying to figure out the code which has a session leak. I am following Adobe's documentation.Check and analyze if JCR session leaks in your AEM instance
But I have few models where a resourceResolver is injected using
@SlingObject
private ResourceResolver resolver;
I can see few class reference in JMX which has these classes mentioned in the stack trace. How will we handle these resolvers? Will these be closed automatically ?
TIA
Veena
