Hello, I would like to understand how does any dispatcher settings updated on files under "dispatcher" folder in a Maven archetype generated Folder structure, can get updated on the real Web Server's Dispatcher module ? Since the maven command deploys our project code in the AEM Server, how are they...
an example might best explain the problem:user requested to load a page with a form. User came through to pub1 (we have 3 publishers)When user submits the form, AEM (let's call it validate-form servlet) will validated the form by calling an integration API. validate-form sevlet will then store the ...
i have multiple pages , all pages are working fine,but one of the page unable to edit suddenlyonly two options are showing in edit dropdown one is "edit" and "time wrap" both are not selecting ,no other options showing like developer other.this happening if page is in .html , if i change it model.js...
Hi,We have created an Experience fragment with a custom component in it, and created variations for the same.(XF - master,v1,v2).issue1:We are trying to export the same to Adobe target and we are able to export it successfully.When we try using the same on target page, if we use master XF alone on t...
Hi Team,We have configured the custom VSSX (application/vssx vssx) mime type in MimeTypeServiceImpl.xml to support this file type. It is working fine on the author and publish server however it is not working as expected on the dispatcher. Whenever we try to download this type of file from the dispa...
Hi, have anyone encountered bundle issue after upgrading core.wcm.components.core dependecy from 2.17.6 to 2.20.8 version?I'm trying to fix the snyk issue coming from 2.17.6 version.Here are the errors from Adobe Experience Manager Core WCM Components Core Bundlecom.adobe.cq.core.wcm.components.core...
Hello I would like to rename an Experience Fragment (XF) root folder in Adobe Experience Manager (AEM) 6.5 from /content/experience-fragments/old_name/de to say /content/experience-fragments/new_name/de. How can I do that? Many different components use this path to access the experience fragements a...
I have one requirement to write a query to get all the AEM Assets having width greater than a given value.I tried to write the following SQL2 Query but it did not work. SELECT asset.* FROM [dam:Asset] AS asset INNER JOIN [nt:unstructured] AS metadataNode ON ISCHILDNODE(metadataNode, asset) WHERE ISD...
I was trying to run aem as a cloud service in debug mode in localI followed the below steps1) started aem using: java -Xmx2048M -agentlib:jdwp=transport=dt_socket,address=8888,server=y,suspend=n -jar aem-author-p4502.jar2) built the project using : mvn clean install -PautoInstallPackage3) Ran the ae...