Hi All, We have Some JMX and some Event Listener/Handlers/Preprocessor (called before activating a Page) we have written in AEM on premise, Will JMX and Event Listener/Preprocesor work in AEM as a cloud.What are the alternative we have for this.
Hey everyone,I am trying to clean up the URLs in site by removing the .html extension - basically, I want /content/mysite/about.html to just be /content/mysite/about.I have seen a few things mentioned like using Apache rewrite rules, or sling mappings under /etc/map, and even some custom ResourceRes...
Hi, If I need to change the location of an asset or content fragment in AEM Assets (e.g., move it to a different folder) and it is referenced on a few pages, how can I do this without breaking anything and without needing to re-publish the pages? Is there a workflow or job available in AEM Assets ou...
Hey All, So I am writing an Extension for Universal Editor....I want to export the rendered html of the xwalk account. So lets say I have a xwalk page at /content/website/index.html and open it in universal editor. how can I access the rendered html from universal editor?
Hi All,I am trying to deploy my custom oak indexes which is placed under "ui.apps/src/main/content/jcr_root/_oak_index" and added the filter <filter root="/oak:index" mode="update"/>When I try deploying my code locally below is the error [ERROR] ValidationViolation: Package of type 'APPLICATION' is ...
Hello community,Top of the list of 404's listed on Google Console is an inbound link to our site from an external site. Is there any way using AEM redirect manager (ideally) to create a redirect to a different destination to correct the wrong url applied on this external site? The url path doesn't e...
hi folks,I had to manually restart my custom bundle on the UAT Author instance. (It was in INSTALLED state)(This was after a deployment and some restarts of the server.)However, I didn't have this problem with other environments with the same code. After that I was able to Author a page as usual.An...
Hi Team, I want to delete some user groups on publisher, how can I delete the groups on publisher directly? Is there any curl or process to handle the users or groups on publisher? Thanks,SD
I am trying to set the default value for dropdown : granite/ui/components/coral/foundation/form/select But it's not working tried with selected = "true",forceIgnoreFreshness = "true"Anyone please suggets!
Hi everyone,I’ve implemented a simple Sling scheduled job in Cloud Service. It works perfectly in my local SDK, but once deployed to the dev environment, the job never seems to run - and there are no related logs or errors.Below the core code:@component(service = Runnable.class,immediate = true,conf...