I am working on aem cloud migration project . Cloud dev deployment gets success . but somehow I am getting build failure error for cloud stage deployment javax.jcr.RepositoryException: Applying repoinit operation failed despite retry; set loglevel to DEBUG to see all exceptions. Last exception mess...
Dear AEM Experience Blog community, I have encountered an issue related to the Content Fragment (CF) Move operation in Adobe Experience Manager (AEM). Specifically, I have observed that when I move a Content Fragment to another folder and also edit its Title and Slug, the Modified Date of the Conten...
I am disabling link checker so that I can allow broken links and its a business requirement. I have added x-cq-linkchecker="skip" which solves my problem.But when I add x-cq-linkchecker="skip" to my button component its breaking the adobe data layer json. Here is the screenshot where json is showing...
Hi, We have configuration stored under the following paths and these folders are visible in /miscadmin screen (http://localhost:4502/miscadmin#/etc/map.publish.dev) /etc/map.publish.dev/etc/map.publish.st/etc/map.publish.ut/etc/map.publish.prod Is there a way to hide these folder from appearing ? A...
Hi Team AEM Forms are in the /content/dam/formsanddocuments content path why AEM Stores all forms in the content path and adding the adaptive form site page same as authoring assets .Can we use Content fragments for AEM Forms using as Headless Approach (Similar to Content Fragments) RegardsVara
Hi Team, Currently I am checking the AEM Forms version using the package manager console by looking forms Add-on package .Is there any other way to check the AEM Forms Version using Site /System admin console RegardsVara
I have a function to convert node properties to json object and need to unit test that function. But I have tried many ways to mock the node but still getting null value. public class NodePropertiesImpl{ public JSONObject getNodeProperties(Node node) { JSONObject nodeJson = new JSONObject(...
Hi Team, I am facing a issue with dispatcher configurations with multiple Hosts. I have 2 domains www.domainA.com www.domainB.com I have defined vhost for them with entries domainA.vhost:- ServerName "www.domainA.com" # Put names of which domains are used for your published site/content here Server...