Hi I am trying to unschedule the sling jobs(Scheduled jobs) in aem 6.1 programmatically. Its not working. I am using below method. public void stopScheduledJob() { Collection<ScheduledJobInfo> myJobs = jobManager.getScheduledJobs(TOPIC, 10, null); myJobs.foreach(sji -> sji.unschedule()); } Pleas...
I create a table component to config content. Now, I want to insert a row between existing rows in the table as below image. I found the table in adaptive forms can do that. How to make the table component can do as table in adaptive forms? https://experienceleague.adobe.com/docs/experience-manag...
Hi, When we install AEM instance through terminal with the help of java -jar aem-author-p4502.jar command, it asked for admin password as shown in below screenshot I am working on one automation and wanted to know is there any way to pass this password along with java -jar aem-author-p4502.jar c...
My current version is AEM 6.5.12 I need to delete flex_grid from xxx template policies. I have tried with all the options in filter.xml but my changes are not reflected in crx/de post deployment. Note: 1. After I remove flex_grid node from codebase and build the package then flex_grid node is ...
There are 15 GB of assets in the development environment that I would like to move to the stage and production environments. Assets can be moved between environments using package manager. However, it is time consuming and requires a lot of package creation and deployment. Does AEMaaCS offer any oth...
Hi All, Is it really possible to access/invoke OSGI service from groovy console? I have been in situation where every time I needed to change/configure page along with some configuration - this becomes very tedious process to me just to access my service result. So I want to know if any possibilitie...
Implemented an servlet which export page info, considering this I wanted to get page properties in given servlet, when I add PageManager or CurrentPage & passing the page path causes problem and trying to adapt to Page also have problem, can anybody please help.
Salve a tutti, sono nuovo della community e sto cercando di avere un piano per la creazione di siti con con Adobe Experience Manager Site. Come faccio per comprare un piano? E' possibile fare una prova gratuita ?Grazie a chi mi risponderà Hi all, I'm new to the community and I'm trying to get a...
Hi TEam, We are looking for ways to restrict upload of asset in folder where metadata schema is applied and title/description are not set, if these are set in file being uploaded then only upload the file.