Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/14/23
    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...

    Views

    599

    Likes

    0

    Replies

    2
  • 12/14/23
    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 ...

    Views

    635

    Likes

    0

    Replies

    1
  • 12/14/23
    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...

    Views

    646

    Likes

    0

    Replies

    3
  • 12/14/23
    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...

    Views

    691

    Likes

    0

    Replies

    1
  • 12/14/23
    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...

    Views

    604

    Likes

    0

    Replies

    2
  • 12/14/23
    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...

    Views

    500

    Likes

    0

    Replies

    2
  • 12/14/23
    Hi,I have multiple bundles that have  HTML,CSS and JS files how can i host them in AEM?I am using AEM 6.5Thanks 

    Views

    526

    Likes

    0

    Replies

    1
  • 12/13/23
    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...

    Views

    1.8K

    Likes

    0

    Replies

    10
  • 12/13/23
    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...

    Views

    473

    Likes

    0

    Replies

    1
  • 12/13/23
    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...

    Views

    749

    Likes

    0

    Replies

    3