HiI want to configure the dynamic media settings and viewers on my local environment (AEM as a cloud service version: aem-sdk-quickstart-2023.6.12255.20230608T053118Z-230400 ), so this settings are always deployed with every deployment.I try to run the local AEM setup with the following command with...
I am trying to write the test case for AccordionSchemaModel it has a adaptable with SlingHttpServlet . When I create the test the init() method is called but the request is null and test case fails. Any suggestions ??
has anyone successfully used GraphQL on a 6.5.13 on premise instance. I have GraphQL 1.0.5 package onto my 6.5.13 instance. I tried to do preview on content fragments but always get error “can not generate query” Is it even supported on aem6.5.13? thanks,sri
Hi there,I have a list of pages which that uses a relative path to connect to an content fragment. The content fragment now then now has a property the points it to a Experience Fragment. I would like to perform full text search on:The Page, and all it's page propertiesThe Content Fragment, and all ...
I was wondering what's the difference between Activate vs. Run in AEM scheduler? I am following this post: AEM 6.4 : Creating a Scheduler Using OSGi R6 Annotations | by Ankur Ahlawat | Adobe Tech Blog In this article, I don't see any scheduler related code inside the run() method. What kind of code ...
I've put in some description in the images that I have uploaded in the assets. Now I want to fetch that data automatically while the image is rendered. How can I do it?The property value is saved in dc:description [OOTB]
I am following this tutorial on creating a scheduler: https://kiransg.com/2021/11/07/aem-scheduler-best-practices/ @ObjectClassDefinition(name="A scheduled task", description = "Simple demo for cron-job like task with properties")public @interface SimpleScheduledTaskConfig { @AttributeDefinitio...
I have 3 steps in workflow model:1. Participant2. Participant3. ProcessIf the participant hasn't acted on the workflow request from their inbox for some time period, I need to programmatically advance the workflow to the next step. Please help.
HI Team,I have two user groups - Authors and Approvers. When authors author the content (say changing an image, changing the text of a component etc) and publishes, a workflow will be started and it goes to Approvers group. Is there a way for Approvers to visually see the changes made by Authors in ...
Hello Community im new to AEM Sites and i'm trying to start a project but i have some problems and i can't find the cause so i will show what i did. As pre-requisites i have installed correct java ver and apache maven ver. To create a new project i create an empty forder and use the following comman...