Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 6/20/23
    Getting response as expected when hitting 'GET' request on Publisher with request custom headers "securitykey" and "assettype" Getting 401 when hitting same GET request with same request headers on Dispatcher.Client headers have been added in dispatcher clientheaders. Client headers addedTried :Also...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 6/20/23
    Hi, has anyone passed data from Process to Container step in the workflow? I'm a bit struggling to achieve the same. Tried using the workItem object and adding to its MetaDataMap() but doesn't seem to work for me. Process step:  public void execute (WorkItem workItem, WorkflowSession workflowSession...

    Views

    474

    Likes

    0

    Replies

    4
  • 6/20/23
    Hey all, If there is any scenario like: To modify the jcr property of a component or a template in whole project(Usually arises during AEM upgrade or to fix some bug in all the existing pages), which is better?1: Writing Sling Servlet2: Use of Groovy Console3: Use of Standalone Groovy script from co...

    Views

    252

    Likes

    0

    Replies

    1
  • 6/20/23
    as above. I am looking at the AssetManager API (https://developer.adobe.com/experience-manager/reference-materials/6-4/javadoc/com/day/cq/dam/api/AssetManager.html).I uploaded a .txt file to /content/dam/my-folder-here via upload function in http://localhost:4502/assets.html/content/dam/my-folder-he...

    Views

    339

    Likes

    0

    Replies

    2
  • 6/20/23
    As per the url: https://github.com/CID15/aem-groovy-console  Groovy console: 17.x.x supports AEM cloud. Where as 15.x.x, 14.x.x, 13.x.x version supports AEM 6.5I am not able to get Groovy console project/package for AEM 6.5Tried to use Groovy console 17.x on AEM 6.5 local instance. But facing some i...

    Views

    701

    Likes

    0

    Replies

    5
  • 6/20/23
    Hi All,I can able to see the adobe rules firing in the console, but same i am not able to see in the debugger and the data also not getting collected Thanks in advance,Edwin

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 6/19/23
    I am working on a use case for overriding the content-aware configuration using OSGi configuration. It seems to be working perfectly fine on the development environment on the cloud. But the configuration does not override the value when it comes to the stage/production environment. https://sling.ap...

    Views

    2.9K

    Likes

    0

    Replies

    12
  • 6/19/23
    RequirementImplementing session managementSession duration is 30 minsAfter 30 mins, user session should be terminated and local data stored should be deleted.For the logout functionality, I've written a separate servlet that will be triggered on click on 'Logout' button. It will delete all the local...

    Views

    861

    Likes

    0

    Replies

    7
  • 6/19/23
    Hi Experts,  Good Morning, Recently I got to learn about the AEM cloud environment variable, I understood how we can add a custom environment variable to an AEM cloud environment and use it on the OSGI services configuration. But I was wondering if we can somehow use the domain name, set for the AEM...

    Views

    682

    Likes

    0

    Replies

    4
  • 6/19/23
    I'm trying to debug a existing code where it's supposed to trigger when "Event.PROPERTY_CHANGED+Event.PROPERTY_ADDED" events happened but I don't think it's triggering. Any ideas on how to help debug the code? (I want my breakpoint inside "onEvent" function to stop the execution) Some info/observati...

    Views

    892

    Likes

    0

    Replies

    4