Hi, I have a servlet that performs a function, I have tested it and it works, to make it execute it is necessary to write the domain name followed by bin/serviceexecution.But now we want it to run only every so often, for that we have created a scheduler.The problem is that the scheduler is executed...
Hello friends, I have a Brightcove third party that when I was using my old version of AEM on localhost I could build the project locally with no problems, but now that I upgraded my local AEM both the JDK and SDK I get the following error now[ERROR] The analyser found the following errors for autho...
Hi, what happens is that I upgraded my AEM instance, I upgraded the following things:JDK: Oracle JDK 21.0.6SDK: AEM SDK v2025.1.19149.20250116T154450Z-250100I got these files from the official Adobe website: https://experience.adobe.com/#/downloads/content/software-distribution/en/general.htmlWhen I...
Hello, what happens is that I am making a custom sitemap, this has as name “products-sitemap.xml”This sitemap is created by searching all the content fragments of a folder called cf-products.I already tested it with loggers and it generates the sitemap and it looks good.But I have a problem.This sit...
Hello, what happens is that I have a component that shows a list of products, these products are content fragments, what we did is that we update the content fragments, when we go to the author it looks nice and updated, but when we go to publish the products are duplicated and not only that, the du...
From what I understand, modifying the rewrite.rules or dispatcher will only redirect the page so that if the user typesdomain/products/product1the url will be redirected or disguised.domain/products.product1but that does'nt make the model work, since it is designed to use a selector (.)I have tried ...
Hello, currently I have a servlet that sends to call an api that brings a JSON, this JSON are products and can be X amount, in order once called these products I save them in content fragments. And the next part is that I have a dynamic component, the component doesn't show information until by mean...