Problem I encountered with newest available AEM archetype (May 2023) and running unit tests is the method:aemContext.load().json("file.json","/path/in/aem") It gives out the following exception:java.lang.IllegalStateException: Unable to enable secure processingThis is a very common way to load conte...
We are looking for the correct regex pattern to update in OSGI to fetch the config data in component html which are the part of experience fragments eg: /content/expfragment/abc/[REGEX] where it should fetch config from generic exp path
I've implemented a regular showhide dropdown feature in aem dialog. Show-hide feature is working fine. First I selected first option and authored the fields under that option. Later I selected the second option and authored the fields under second option. But at content page node level both values a...
Hi,The Page Properties Cancel is not working. Clicking on it the Editor should return to the previous View but it doesn't do anything and just stays on the same page (which is Page Properties). This is the button I am refering to: And this is the element in question:<coral-actionbar-item class="cor...
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 ...