Hi All, I need a suggestion on my below questions?1. Can the AEM website be hosted in different env like Azure cloud?2. Can we make use of AEM existing templates outside AEM? Thanks,SD
Hi Everyone, I have a requirement to delete an Asset from AEM through servlet.I'm using below method to delete Asset. Resource assetRes = resourceResolver.getResource(assetPath);Node assetNode = assetRes.adaptTo(Node.class)assetNode = assetNode.remove();resourceResolver.commit(); My question is doe...
I have a servlet class in this class I'm calling sling job from sling job calls service class. Once bundle is deployed, I'm seeing sling job is working as expected after hitting the servlet. But when I hit the servlet for second time sling job is not working.
Hi team, We are getting an error logs like below. Anyone has idea on this why its coming. 24.08.2023 09:32:37.387 *ERROR* POST /content/dam/dam:batch.metadata.json HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing. org.apache.sling.api.reso...
Hi community We are getting below error while restarting AEMHTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.AEM version 6.5 (on-premise)SP 6.5.15We have tried deleting below files and restarted still the issue persist crx-quickstart/repository/segmentstore/repo.lock...
Hi team,Could someone assist me in retrieving the latest LinkedIn posts content using the OSGi service class?https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fcontext&tabs=HTTPS1 Thanks in advance
I was doing some practises, and without knowing i modify the node of html5page in the lib folder, i tried to revert all changes but it seems that i wasn't at all success. A cowork of mine, export the json of that node, so i was wondering if i could reimport it in that folder? Is it possible to do th...
Hello, I am curious if there is a way to adjust the logic for the page title field in AEM to strip out special characters instead of replacing the character with a hypen. Example:Title: I am a title, with a commaAEM Name/URL: i-am-a-title--with-a-commaExpectation: i-am-a-title-with-a-comma I feel li...
Several assets share common users who are unable to extract downloaded ZIP files on Windows due to the restricted path length of 256 characters. By default, the asset download process wraps the assets inside a folder with the same title as the asset, effectively doubling the path length when extract...