Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
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: ...
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 ...
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...
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...
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...
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 (...
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 ...
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?
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/
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...