Hello Community Team,We are using AEM 6.5.20 on-premises version for our implementation and the ask is to leverage communities for managing User Generated Content.Specifically the comments, ratings, reviews, blogs etc. needs to be captured and curated by Admin/Author before it gets published to the ...
Hello,I have a two AEM components, and I'm going to use com.day.cq.commons.jcr.JcrUtil.copy() method to copy a set of JCR nodes(with childrens) from one component into another every time with PostConstruct method in Sling Model. I need to copy content from first component into second depending on au...
Hello, In a project I'm working on, I have a requirement for a component that has a go-to-top icon (or text) that appears on every page. I'm wondering as to how this can be implemented, and if anyone has an example that has already been implemented, can you share it with me? Thank you in advance.
Dear All, I have written the below JUNIT for my service IMPL and I am getting null pointer exception for below clientIntegrationDataAPIServiceImpl.requestCommunityCreation(clientCommunity); ********************************** JUNIT Class ***************************package ai.contentadmin.core.service...
Dear Team, I have written below test class for my ClientIntegrationDataAPIServiceImpl class as below. But I am getting nullpointer exception for below in my JUNIT ClassString actual = clientIntegrationDataAPIServiceImpl.requestCommunityCreation(clientCommunity); ****************** JUNIT CLASS Client...
I am running the dispatcher using docker on my local Windows machine. Can anyone tell me where can I find the cache folder? I need to change some cache rules and check whether it is being applied successfully or not. Also how to change this cache root in local ?
Hello Community - We see some issues with loading the clientlib which has the allowProxy property set to true. Can someone tell me if we require to do any additional changes to load the clientlib. <style type="text/css"data-sly-use.clientlibs="${'com.adobe.cq.wcm.core.components.models.ClientLibrari...
I am updating my local AEM from 6.5.15 to 6.5.18. I have taken the service pack from one my my server which is having the higher version and installed in my local AEM, then i have restarted my local AEM.After restart when i checked my AEM version it is still showing the older one. Although in packa...
Hi,I am facing issue in publishing page and getting 400 bad request. Below I have added log details2024-03-28 16:06:10 - INFO - publish : Creating content for path /content/wknd/language-masters/en/products/accessory-hardware/hideaway-color-match-screws2024-03-28 16:06:10 - INFO - publish : Create n...
I am getting volatile exception in workflow.WorkItem currentWorkItem = workflowSession.getWorkItem(workItem.getId());Please provide your thoughts here.