I'm trying to debug a existing code where it's supposed to trigger when "Event.PROPERTY_CHANGED+Event.PROPERTY_ADDED" events happened but I don't think it's triggering. Any ideas on how to help debug the code? (I want my breakpoint inside "onEvent" function to stop the execution) Some info/observati...
Hi, I have components in the below order in the desktop view.Component 1,Component 2,Component 3,Component 4 In my iPad view, I want them to be displayed in the below order.Component 2,Component 3,Component 1,Component 4 And in mobile view, the order should beComponent 1,Component 3,Component 2,Comp...
Hi team,I want to set default value for cq:tags for the below resource typecq/gui/components/coral/common/form/tagfield Could someone tell me is there any way to set it through properties or any other approach please?Thank you
Hi All, In AEM Dispatcher, there is a timeout value under the renders property in the Dispatcher configuration which I assume determines the maximum time the dispatcher will wait for a response from the AEM publish instance when rendering dynamic content. Currently, the timeout is set to default val...
Hi I was testing email share feature of asset -share-commons. It is functioning correctly on my development instance in the cloud without any special configuration. However, I encountered an error popup when testing it on my local instance. error.log 2023-06-19 17:17:13.231 DEBUG [com.adobe.a...
Hi, When ACM is deploying code in environment packages are changing into "install" state. Another observation is, the core components version is changing from 2.11.0 to any other available lower version like 2.7.0/2.5.0/2.3.2 which is weird. The pom.xml is setup with 2.11.0 version for both core.wcm...
Hi Everyone, I have use case where content should be replicated based on page/asset metadata. I have a metadata property named status. If status value is 0 then I have to publish this page based on security. Security means, USER WHO CAN ONLY SEE THE CONTENT THAT IS SUPPOSED TO REPLICATED . Now this ...
Hello, I have a workflow in AEM that is responsible for cleaning the metadata of my PDFs in the DAM. The issue is that it doesn't delete all the metadata; it seems to only delete it from the environment but not from the document when I download it again. It also appears that the XMP metadata persist...
Hi All, I want to set up a dispatcher on my local Windows machine, please can anyone help with this. I need supporting files and steps to configure. AEM: 6.5 Regards,Shyam
Hello All, I have a requirement to watch or monitor external folders for adding new text files and invoke servlet in AEM based on the file that is placed in the external folder. Please provide suggestions on implementing this in AEM.