Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/13/23
    During bulk activation , the flush agent queue are getting piled up and slowly moving. Due to this , the latest content is not visible in the site immediately. What are the possible reasons for slowness in flush agent when authoring team doing bulk activation.  The slowness observed recently past 4 ...

    Views

    936

    Like

    1

    Replies

    6
  • 8/12/23
     when I tried Jacoco offline coverage in aem project it's able to generate the coverage report under  in core module but it also generated the empty (target /generated-classes/jacoco) at project level FYIin parent pom (project level pom) added jacoco agent dependency jacoco build plugin configuratio...

    Views

    714

    Likes

    0

    Replies

    1
  • 8/12/23
    Hi All, I was integrating AEM instance with Dynamic media server and we are able to setup all the configuration between the two systems and are working well. When i tried to execute the DAM update asset workflow which has scene7 Batch upload step in it , i am getting the below exception. I am not ab...

    Views

    848

    Likes

    0

    Replies

    2
  • 8/12/23
    Hi All, I just want to know, as each and every day, the content authoring team is doing the same job, will not be possible to automate the content authoring job by using UI path automation? Kindly advise. If yes, how to do it? @kautuk_sahni @Jagpreet_Singh_ 

    Views

    2.4K

    Likes

    0

    Replies

    5
  • 8/12/23
    Hi All,is there any way to restrict uploading PDF assets into a particular DAM Folder in AEM.Thanks in Advance.Regards,Anudeep

    Views

    928

    Likes

    0

    Replies

    4
  • 8/12/23
    Hi All,is there any way to update/revoke ACL permission for a particular user groups create in AEM programmatically. I have found few references using CURL commands but is there any other way using Java.Thanks in Advance.Regards,Anudeep

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 8/11/23
    Hello Everyone,I am having a AEM React SPA. I want to make a user review module. I have design everything need in React. Now I am confused about how I can store data in AEM. So when users come to the page they can see the review that the user has made and Author can review that like approve or disap...

    Views

    1.5K

    Likes

    0

    Replies

    8
  • 8/11/23
    HiI would like to find out programatically if a page with Vanity was called. This is what I tried:public boolean getVerifyResourceVanity(Resource resource) { if (resource == null) { return false; } final String[] vanities = resource.getValueMap().get(VANITY_PROPERTY, new String[0]); ...

    Views

    566

    Like

    1

    Replies

    3
  • 8/11/23
    Is there any way to use the same adaptive form fragment multiple times within the same adaptive form? We've created a few fragments that we'd like to use several times within the same form.  Unfortunately when the fields are filled out, the data from the first fragment is copied into all subsequent ...

    Views

    544

    Likes

    0

    Replies

    2
  • 8/11/23
    Hi All, I am having an issue with extracting a sling model variable in Sightly. Here is the code:<sly data-sly-use.utilModel="mysite.UtilModel"/> <div class="image-title" style="background-image: url('${utilModel.imageRef}');"> === Output ===<div class="image-title" style="background-image: url('');...

    Views

    758

    Likes

    0

    Replies

    3