I have one parent page News. This parent page have several nested pages. I am trying to get properties of all jcr:content node of nested pages. But I am getting null response from getChild(). Here down is the snapshot of CRDXE Page. I need all properties of jcr:content Here down is my code NewsServ...
Hi Team, We are currently in the process of migrating our site into AEM. In the existing application we have a flow wherein stakeholders request edits to the content of the page and the authors would go in and make edits to the page as requested. This whole ticketing flow is integrated with ServiceN...
Hi, Is there an option to add the "forceSelection" field for the tagfield resourceType through the Metadata Schema from UI end? This is how it should appear for the tagfield in the crx/de backend. - Anish
How to set cq:lastModified (2018-02-21T15:24:18.000Z) using curl command for a particular page eg(http://localhost:4502/content/xyz/language/en-us/abc/pqr/jcr:content)
I need an AEM query to get all the assets which are being used by pages in the path /content/mycompany/companycom/en/legal-contacts. I don't want to write code, I am looking to handle this via query itself.
Hi Folks, I have a situation where I have multiple run mode based OSGi config files(for example), stored in Github repo. Config.dev.author - File 1 - File 2 - File3 Config.dev.publish - File 4 - File 5 - File 6 Since these configs contains secrets, I cannot have that as a part of my package ...
We are using below method but getting errorAsset asset = assetManager.createAsset(assetPath, inputStream,"application/pdf", true);16.06.2023 19:48:05.125 *ERROR* [EventAdminAsyncThread #3] com.day.cq.dam.api.AssetManager createAsset: asset error while creating asset [/content/dam/brightspeed/legal/l...
I was checking regarding webp feasibility and came across this doc that said core image(v3) supports smart imaging in AEM aa CS but not in local sdk or on-prem. So, I thought - since we already extended Image(v3) in our POC Image component. I could see this in action when we get it deployed. So, I w...
The AEM Cloud Service documentation talks about "Offsite Backups" and says: AEM as a Cloud Service covers this risk as standard for all AEM production environments by continuously copying the entire AEM content to a remote region and making it available for recovery for a period of 3 monthsIs it pos...
Hi ,I have tried setting dispatcher locally for AEM SDK and able to retrive the pages.I need to check if caching is working fine.When i tried with below command tocopy the files locally and check .. i dont see any pages being cached.docker cp -L 9ab40369b430:/mnt/var/www/html cacheWhen i checked pub...