I have to migrate my project from AEM AMS to AEM Cloud. I have 4 Editable templates and 1 Experience fragment template in my AEM AMS. What is the step by step guide for the Migration. Will the Editable templates work as it is, no configuration changes needed? I don't have static templates in my proj...
Hello , I have a scheduler that will triggered the service and I have my whole logic there. But, I need to get the request object in the service, is there a way to achieve it?Note: I shouldn't use servlet to pass the request object as a parameter. please your suggestions.@Anny0505 Thanks,Vijay
The only changes I made include:adding ACS commons into my maven projectsome component changesall/pom.xml <embedded> <artifactId>acs-aem-commons-all</artifactId> <target>/apps/myhost-vendor-packages/container/install</t...
Hi all,Why should we use Dynamic Media in AEM? It does some things that DAM cant.Is it a different server with a lot of disk space? Physical server?If so, will add to the network latency?If used, will it replace DAM or it works in conjunction with DAM?Since Dynamic Media in AEM has been in use for a...
Hi Communities,I'm working in the task of adding new field in create workflow page and I added itBut the added data are not added in the workflow metadata.I don't know, How to add the new field data to workflow meta data.I'm checking in the workflow instance but only workflow title and workflow mode...
I'm starting working with AEM style System and I'm facing a challenge regarding reusability. I have a ColumnControl which has more than one column, and I need to offer authors several styles for the columns – which I've already implemented through a policy linked to the columns. <policy_col jcr:...
We have a site structure like /content/brand/us/en/home-page.htmland /content/brand/us/web/home-page.html pages under en are created by using slightlypages under we bare SPA pages using SPA components current home page for our domain is under en and it is loading properly , we used below rewrite r...
Hello everyone.We are working on AEM as a cloud services We are trying to add nonce attribute in Content-Security-Police header.We have been looking at different solutions, but none satisfactory.We started thinking about making a filter in the aem application server to read the header, add a random ...
Hi Everyone,we are using java backend code to create renditions in AEMAACS the code is working as expected in local but not creating the renditions in Dev Serverplease help us to solve this issue The Code Snippet is as Follows: public void demoImage(Asset asset, int demoWidth, int demoHeight) { ...