I am working on a use case for overriding the content-aware configuration using OSGi configuration. It seems to be working perfectly fine on the development environment on the cloud. But the configuration does not override the value when it comes to the stage/production environment. https://sling.ap...
RequirementImplementing session managementSession duration is 30 minsAfter 30 mins, user session should be terminated and local data stored should be deleted.For the logout functionality, I've written a separate servlet that will be triggered on click on 'Logout' button. It will delete all the local...
Hi Experts, Good Morning, Recently I got to learn about the AEM cloud environment variable, I understood how we can add a custom environment variable to an AEM cloud environment and use it on the OSGI services configuration. But I was wondering if we can somehow use the domain name, set for the AEM...
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 ...