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...
Hello Everyone,I am facing below issue in AEM 6.3 Server:Here, I have written XPATH query to read the store nodes from JCR and do the processing accordingly private static final String STORE_LOOKUP_QUERY = "/jcr:root/content/data/stores/%s/%s/%s/%s//*[@sling:resourceType='consumer/common/store']";St...
Hi All, I have a query regarding the search in JCR:content,1. In the AEM using QueryBuilder. When I try searching with keyword "KalmKap®" the trademark symbols are not getting searched. Instead of that it is searching for the keyword "Kalmkap".2. The special characters like "[", "]", "{", "}", and m...
I'm working with a client who is opposed to using Launches to update and publish future content. Instead they are creating a Live Copy of an entire site, then after editing a page (and breaking inheritance), they are manually copying/pasting the changed pages in the Live Copy to overwrite the origi...
I am trying to create session using resourceresolver and system user. I am able to get the session object but when I try to fetch the userid from session, it shows anonymous instead of system user used. Below is the code:resolver = resourceResolverFactory.getResourceResolver(params);session = resolv...
Hi All,Am new to AEM. in the official site i can see AEM,AEM Sites, AEM Forms certifications ...what is the difference between these three.as a developer is there any hierarchy that we need to follow to complete them thanks in advance...
Hi,I'm trying to call a servlet using GET to download an asset from DAM in AEM 6.3.2.0. Asset gets download with file size as zero and I get below exception in the logorg.apache.sling.engine.impl.helper.ClientAbortException: org.eclipse.jetty.io.EofExceptionat org.apache.sling.engine.impl.log.Reques...
Hello,I have scenario where my dialog in touch UI has one tab and that tab has 5 fields under it. I have successfully created the cq:dialog and its functioning as expected.However when i open the dialog, under the 5 fields, there is lots of blank space. Please refer to below snapshot.Can you please ...
For the rtePlugins used in a dialog, it's necessary to define them in the inline and dialogFullScreen nodes in the toolbar property.You also need to make (for paraformat, styles) a popover definition with an "items" field: for paraformat this is "paraformat:getFormats:paraformat-pulldown" and for s...