Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/11/23
    Hi All,I need to get a report where It will look of all the pages and generate a report of Image components are under Custom Container Component.Example:  I have a page under /content/pages/en_us/testand inside that page I have custom container : I have a page under /content/pages/en_us/test/jcr:con...

    Views

    377

    Likes

    0

    Replies

    1
  • 1/11/23
    Looking for best practices to maintain analytics tags in AEM. We have hunderds of pages and wanted to add tracking for all the links included in site, also wanted to maintain analytics tags remain same across all the components. So what is the best approach to achieve this. 

    Views

    474

    Likes

    0

    Replies

    2
  • 1/11/23
    Dear all,   We want to setup AEM logs ingestion (AEMaaCS) to a public splunk instance. Is there any indication/benchmark on the volume of such an ingestion, assuming a running vanilla AEM version? E.g. MB (or GB)/day?   Thank you for your time.

    Views

    679

    Likes

    0

    Replies

    5
  • 1/10/23
    Created a program in adobe cloud and created 3 environments those are dev, stage, prod. I am the system administrator in admin console so I have full access in admin console. I want to have admin access in dev hence I enabled both AEM Users-xxxxx & AEM Administrator -xxxxx product profiles. With the...

    Views

    668

    Likes

    0

    Replies

    6
  • 1/10/23
    I have followed this documentation Getting Started with the AEM SPA Editor and Angular | Adobe Experience Manager And was successfully able to launch WKND site within AEM SPA Editor.   Also, as mentioned in this article Integrate a SPA | Getting Started with the AEM SPA Editor and Angular | Adobe Ex...

    Views

    287

    Likes

    0

    Replies

    1
  • 1/10/23
    Hi,   I want to configure Dynamic Media S7 in my local for POC and testing purpose. I have enabled dynamic media in local referring to this document https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/dynamicmedia/config-dm.html?lang=en but again we need to config...

    Views

    389

    Likes

    0

    Replies

    1
  • 1/10/23
    Hi Team,  I'm trying multiple if conditions for my code. as far as i know the below conditional check    value ="${properties.val1 ? properties.val1 : inheritedPageProperties.val1}"> for this i need to add another default value , like if the value is present in component dialogue it should take from...

    Views

    732

    Likes

    0

    Replies

    3
  • 1/10/23
    Hi All,   I have ACS Common package 4.0.0 installed on AEM 6.4.8 server. Now I am planning to upgrade it to the latest version 5.4.0. Can I install the 5.4.0 acs commons package on top of 4.0.0 without installing any version between 4.0.0 to 5.4.0? Does this work without breaking the application? Th...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 1/10/23
    I am struggling to mock the GetMethod. After when I execute the new HttpClient(); how do I mock the getMethod();   HttpClient httpClient = new HttpClient();GetMethod getMethod = new GetMethod();httpClient.executeMethod(getMethod);   thanks.

    Views

    3.0K

    Likes

    0

    Replies

    2
  • 1/10/23
    I am trying to mock org.apache.commons.httpclient.HttpClient in my unit tests, but unable to do so. How can I do this?I have tried this, https://blogs.perficient.com/2019/01/23/how-to-test-apache-httpclient-in-the-context-of-aem/, but it does not work.

    Views

    332

    Likes

    0

    Replies

    1