I'm working on java code to create YAML file (nested) to create ACL groups in AEM. For that i'm using JACKSON API.I'm able to generate below format, but that is not working with AEM 'NetCentric'. - group_config:- sample-content-field-ops-abc:name: Sample Content DA Field Operations ABCmembersOf: "ev...
Hello Adobe friends, Is it a practice to fork aem-wcm-core-components from github to be the organization’s core component? Therefore, it will be at the same level as wcm-core under /apps/core?
We have received numerous complaints from our internal team members that they are experiencing significant latency issues with the AEM Assets Cloud based application right now. When trying to move assets from one folder to another, we receive an "unexpected error" message or it times out. Is ther...
Hi, We have pages available under recycle and archive folders which are present only in Author. Whenever user is deleting a page, it is actually going and saving under recycle folder for future reference if needed. But when someone try to get reference of a proper page, the pages under recycle also ...
Hi, I have a service rendering at ../../test.xml and it returns some data (according to backend business logic) of the last 10 activated pages of a particular template. Eg. getting details of the last 10 blog articles. What is the best way to cache this service in dispatcher and clear the cach...
I have tried to use AEM targeting within experience fragment, so I have created audience, segments, activity etc... then I have created Header experience fragment and wanted to reconfigure Navigation component to show different links for anonymous and logged in users. Targeting mode is available w...
I came across the Adobe Documentation for List Component where I see this option to display the list as teaser.https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/v2-components/list.html?lang=enThe current core component version I'm using is 2.7.0, where this ...
Followed all the articles present in the Google to setup the sling content distribution in local AEM AS CLOUD SERVIECEWhen I publish the content in my local it is throwing the below errorError19.08.2022 13:22:41.825 *ERROR* [sling-threadpool-aad299cc-7afc-4bf7-aa9e-0c3c82a86906-(apache-sling-job-thr...
Hi everyone, I have a custom requirement where the author wants to activate through workflow more than one asset using search filter option. a button needs to be available to start a workflow but i'm not able to find whether I need to overlay from libs or create a custom js. I tried to fi...
Hello again! Getting this error when I run the test class below at ctx.load().json line. It seems that I can't create an array of objects in the json mock... Is there another way that I could implement the json? package com.test.core.models.impl.section; import io.wcm.testing.mock.aem.junit5.Ae...