Hi AEM/EDS experts, We are in the process of migrating AEM pages to the EDS gradually. Until then, we would like to redirect requests either to AEM or EDS at the CDN level using cdn.config based on the URL pattern & it works perfect ! However, the cdn.yaml is growing huge as the "matches" pages keep...
Hi everyone,I’m currently preparing for the Adobe AD0-E406 certification exam, and I found CertsTime practice questions during my research. They claim to provide the latest, real exam-like practice questions, along with a user-friendly testing environment.Has anyone here used CertsTime for the AD0-E...
Hi everyone,After upgrading to AEM 6.5.21, we noticed under high load conditions our author and publish instances intermittently throw exceptions like:java.io.IOException: classFile.delete() failed java.io.IOException: tmpFile.renameTo(classFile) failed java.lang.ArrayIndexOutOfBoundsException:...
Hi all, I imported my AEM project in to VS Code IDE. It has the below structure:MyProject-1 core it.tests it.launcher ui.apps ui.dev etc I installed the below extensions in VS Code:1. Extension Pack for Java2. VS Code AEM Sync3. Language Support for HTL I want to export MyProject-1...
We have multiple sitemapgenerators in project some are extended with ResourceTreesitemapGenerator class and some implements SitemapGenerator class and service ranking is kept same for all generators. So I want to invoke a specific generator for a specific root path and but It was observed that the s...
Hi Team,We are trying to implement ACS Common's Redirect Manager in our project as per: https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.htmlFollowed the steps mentioned in that article but at the end redirect is not happening. Wondering what is missing.Not...
Hi all,For a client we required some custom javascript to be executed when components are inserted, edited and deletedFor this we created our own clientlib and assigned it the following category:cq.authoring.editor.sites.pageFull .content.xml file<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns...
I have created a custom tab in Metadata of DAM assest, whenever i author the values and try to save its throwing error. I'm unable to edit the values of custom tab
Our team wants to explore using Lombok annotations (like @getter, @Setter, @Builder) in Sling Models that we export via Sling Model Exporter in AEM. What are the consequences, best practices, and advantages of using Lombok in this context?
I have a Sling Model exported as JSON using the @exporter annotation. But some properties (like internal IDs or sensitive info) should not appear in the JSON response. How can I exclude those fields from the exported JSON?