Hi,I have a requirement to create a custom rollout config that performs rollout (adjust some properties) and publish.I am using AEM 6.5. I was able to successfully roll out the pages but unable to replicate them. Reference Replicator is always throwing null pointer exception Please find the sample c...
Hi Team, After installing a new package, osgi bundle is not getting reflected under bundles. When we checked in osgi-installer (<ip>:<port>/system/console/osgi-installer), it is showing mapping with old version's bundle here.We uninstalled and deleted all versions of the the project package from pac...
Is there a way to generate and/or export a list/log of all OSGi configuration changes made within a certain timeframe. If not is this information tracked in the JCR Repository in some state that we would be able to run a query on to try and identify the information? We're currently running AEM 6.5....
Hello there,I am optimising my maintenance activities and got some questions around as I am not able to get the information from the adobe docsMy AEM Setup :1. File Datastore TarMK system - on-prem in AWS2. Have cold standby on author3. Have AWS based backup mechanism running at 5am in the morning e...
Hi Team, I am having one requirement to create inventory report in excel format which should include jcr content and the components properties for 32k pages. I tried with infinity.json which will give the entire details however with this approach issue is we have to hit the url again and again for g...
Hi,PFA. SELECT * FROM [dam:Asset] AS asset WHERE (asset.[jcr:content/metadata/cq:tags] IN ('post-sales')) AND ISDESCENDANTNODE(asset,'/content/dam/marketing-assist/digital-services') This query is working properly.It gives me nodes from "/content/dam/my-folder/digital-services" path as well as its s...
Hello, guys,my colleagues and I are implementing a SPA application using AEM and Angular. The decision we are currently facing is the following: where can we insert specific components so that they appear in more than one page (always in the same spot) without using the templates?Components like the...
Hi All, I have created an editable template in my project. If i open the template structure there is no such css file is loading. And in our project all the components css will be merged in a single file which we will be placed in etc/designs/clientlibs/projectname/sample.css. I want this sample.css...
I have used the below code to get the currentpagepath in modal but if I use same code in service it is not working nd currentpage value I am getting null. Can anyone help on this. @ScriptVariableprotected Page currentPage; public string getCurrenPath() {String currentPagePath = currentPage.getPath()...