Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 10/13/25
    Many of you have been building on AEM for years - crafting sites that don’t just look great but drive measurable business outcomes. You’ve set the bar high. Now, the landscape is shifting. People are finding answers and getting work done through new, powerful tools - ChatGPT, Google AI Mode, and oth...

    Views

    412

    Likes

    5

    Replies

    15
  • 10/13/25
    Join us for two action-packed days of learning, hands-on sessions, and networking with the global Adobe developer community. Whether you’re exploring Adobe Experience Manager, Adobe Commerce, or Edge Delivery Services, there’s something for everyone—from beginners to seasoned pros. ✨ Why Attend? E...

    Views

    135

    Likes

    5

    Replies

    0
  • 10/6/25
    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...

    Views

    905

    Likes

    4

    Replies

    10
  • 5/7/24
    Netcentric AC Tool has been installed in a cloud instance in AEMaaCS. I was reviewing the netcentric ac tool logs and noticed there are quite some discrepancy between what it says in the logs vs. what actually happened in the installation. For example, in the netcentric logs, it says: 18:03:55.381: ...

    Views

    624

    Likes

    0

    Replies

    1
  • 5/7/24
    Hi,  I have added the kendra dependency in core pom.xml and parent pom.xml.  <dependency><groupId>software.amazon.awssdk</groupId><artifactId>kendra</artifactId><version>2.25.40</version></dependency> there is no error in java class and there are no compilation errors in core folder as well. But we ...

    Views

    811

    Likes

    0

    Replies

    4
  • 5/7/24
    Hello, AEM community.We have a requirement to download the dam user-generated collection. As part of it, we read all collection items into an array and iterate through them using the code below. It sometimes works, but for huge files or files longer than 4-5 files, there is a problem with the last o...

    Views

    560

    Likes

    0

    Replies

    2
  • 5/7/24
    Hi I have to write test case for this class I am trying to mock all the object but not able to get the full coverage.can anyone please help me to write the test for this classimport org.apache.sling.api.resource.ResourceResolver;import org.slf4j.Logger;import org.slf4j.LoggerFactory;public class Hel...

    Views

    976

    Likes

    0

    Replies

    2
  • 5/7/24
    Hi all,I need to activate trigger notifications for our support mailbox whenever editors attempt to perform actions such as moving, unpublishing, or deleting pages from the AEM environment.Could you kindly advise on the best approach to set up these notifications within the AEM environment? Any insi...

    Views

    708

    Likes

    0

    Replies

    3
  • 5/6/24
    Is there a way to publish a whole tree of tags at once?We have multiple tag trees containing a few thousand tags in AEMaaCS. How can we publish all of them at once? I already tried it with "manage publication" while publishing a page, but this doesn't work, because process doesn't include children (...

    Views

    1.8K

    Likes

    0

    Replies

    11
  • 5/6/24
    Hi all, I am not able to load more images on the left side panel in the Author Edit mode. I posted a similar issue (https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/limited-amount-of-images-showing-on-the-right-panel/m-p/668390#M167219) a few days ago, and closed it without ...

    Views

    494

    Likes

    0

    Replies

    2
  • 5/4/24
    When I specify "caucasian man in his 50's", it returns images of men with beards over 90% of the time. And yes, this even happens if I add "clean-shaven" or "without facial hair". What do I need to do to get a man without a beard?

    Views

    619

    Like

    1

    Replies

    3
  • 5/3/24
    We are working on to have custom log file. And would like to configure custom appender. Where should I place my logback.xml file to work .Trying to customize log message in access.log and request.log https://logback.qos.ch/ 

    Views

    3.7K

    Likes

    0

    Replies

    14
  • 5/3/24
    HiI am writing a unit test for a servlet that uses an excel file as input stream using the poi libraryorg.apache.poiThis is the servlet:         protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws IOException { PrintWriter out = response.getWriter(); Requ...

    Views

    3.0K

    Likes

    0

    Replies

    11