We’re happy to announce that Adobe Developers Live returns on November 11, 2025, bringing together the Adobe Experience Manager and Commerce developer community for another year of innovation, insight, and collaboration. This year’s theme — “Building the Agentic Web” — explores how AI-driven agents...
Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi all,We are integrating Elastic search to AEM 6.5 using the below dependency, and the dependencies are not getting resolved in OSGI(system/console). In addition to that there is no build issueEven we tried to add embed dependency, it is also not helpful.The dependencies are<dependency> ...
I would like to remove the child node by keeping the parent node hierarchy as is. can someone help how to achieve this. For e.g./content /person /name /ageI would like to remove only child node "/name" here
We are upgrading from AEM 6.3.3 to AEM 6.5.1.0 , After doing an in-place upgrade and deploying our code, we did a migration of tags from etc/tags to content/cq:tags and restarted the Day Communique 5 Tagging OSGi bundle as per the documentation in this urlAdobe Experience Manager Help | Common Rep...
Hi Team,We got an security issue on aem instance/server saying that our aem instance is allowing OPTIONS method calls and we need to disable that. Could you please help on this (Issue is specific to aem author/publish)ThanksSeran.
Hi Team, I have gone through various documentation and couldn't find any useful documentation about what we can osgi log service. As per my understanding we have osgi -> log service, sling -> log support, status -> log files where we can find logging in AEM. WebConsole -> Sling -> log Support(http...
Hi Everyone,I have a page created using Editable template.I have a component which is placed in Template.I have written a Sling model to fetch page properties by using resource.But not able to fetch page properties.It is fetching template properties.Can Any one help me how to fetch page properties T...
Hi all,I am trying to enable the link checker on my instance, because of the concern of the broken links on the website. Is the link checker enabled by default and does the events get triggered when we are authoring the pages with say rich text field component? I have been through quite a few articl...
Hello,I am looking for feature that exactly mentioned in the following idea(AEM Account Lockout feature request ).Would like to track the failed attempts.Once failed attempt limit reached, lock the account for certain time.If possible, manual unlock process for locked accounts ?How can this be enabl...
Hi ,I have few loggers which have created under slinglog and under /system/console/ConfigMgr, for the consistency have moved the logs on code basis.Now how to delete the logs from aem application which is under sling log. I have deleted the logs from logger remover from the sling log configuration,...
I have read so many threads regarding @via and adatbale but still not sure whats the correct answers : if anyone can give clear picture on this1) first question is when we use ???????????????????????????????? a) @Model(adaptables = SlingHttpServletRequest.class) or b) @Model(adaptable...