I have a job in AEM that implements JobConsumer interface. My questions are: 1. Once it's triggered but not running yet, how to kill the job? 2. Once it's running, how to kill the job? I saw JobConsumer interface has `cancel` method but I am not sure how to use it. I found an example online and it'...
Hello Community Team,We are using Adobe Experience Manager v6.5.20 and the customer ask is to provide NewsLetter Subscription functionality to their end users. End users should be able to choose their favourite areas and opt-in/opt-out for the NewsLetters. So I would like to know if there is no Camp...
I am getting below errors after installing org.apache.servicemix.bundles.esapi , could anyone please help me with this to resolve. bsh -- Cannot be resolved but is not requiredjavax.crypto from org.apache.felix.framework (0)javax.crypto.spec from org.apache.felix.framework (0)javax.servlet from org....
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...