Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 4/4/24
    Session Details Learn how to create and publish AEM Forms using Edge Delivery Services and deliver them as exceptional experiences through the edge. We will cover two ways of authoring these forms: Using Document Based Authoring as well as AEM Based Authoring.  You will learn about how to setup an ...

    Views

    1.2K

    Like

    1

    Replies

    1
  • 1/30/24
    Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2024 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Find out more about the summit here: https...

    Views

    7.5K

    Likes

    23

    Replies

    3
  • 1/27/22
    We have a custom Workflow where it move the asset from one location of the dam to other. Once after the move even workflow Status is completed. Asset Status would display as "In workflow" not "New"Added purge event for workflow payload after the completion of the process. Still no go. Any idea how t...

    Views

    673

    Likes

    0

    Replies

    6
  • 1/27/22
    I have to get the json export for a sling model in another sling model. The code that works is: String exportedJson = modelFactory.exportModelForResource(resource, "jackson",String.class, new HashMap<String, String>()); This works when the code actually executes, but when I am trying to write a juni...

    Views

    1.5K

    Likes

    0

    Replies

    8
  • 1/27/22
    This is for performance testing of asset upload to AEM as a cloud service using JMeter scripts running outside of AEMaaCS. Used aem-upload module provided by Adobe for cloud service. Able to upload assets size not exceeding 100MB but fails with 413 error for101Mb file. Need to mimic Adobe' way of ch...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 1/27/22
    Session Details Learn the fastest way to provision, demo, and explore features of AEM as a Cloud Service The AEM Reference Demos Add-On allows for the easy creation of sandbox environments pre-loaded with sample content and pre-configured using the latest Adobe best practices guidelines. With the a...

    Views

    500

    Likes

    0

    Replies

    0
  • 1/26/22
    Hi All, I am setting up dispatcher in cloud service. for one domain, it is fine but when I am setting for multi domain and try to create new filter file,cache file to associate second domain it is not allowing to create these new files. example:   SiteA =   conf.dispatcher.d\cache/rules.any    >>>> ...

    Views

    2.4K

    Likes

    0

    Replies

    8
  • 1/25/22
    Hi guysI have the following use case:I created a custom workflow for publishing content into production, but only if the reviewer approves the changes that are made by the requester.Now, the problem is that, when the workflow is created, the notification is sent to all the members of the group where...

    Views

    2.1K

    Likes

    0

    Replies

    12
  • 1/25/22
    I am working on replicating data to Kafka using ssl trust store . I would like to know as to what would be the best way to accomplish this .

    Views

    2.2K

    Likes

    0

    Replies

    9
  • 1/24/22
    In AEMaaCS, I have a form container that sends emails with set up with "Thank You Page" parameter, which gives me this component configuration:{ "redirect": "/content/mywebsite/form", "subject": "Hello", "sling:resourceType": "core/wcm/components/form/container/v2/container", "actionType": "...

    Views

    187

    Likes

    0

    Replies

    0
  • 1/23/22
    AEM Cloud Service - Case Insensitive URLS for accessing Site pages by Sreekanth Choudry Nalabotu Abstract Goal Cloud Service Version 2022.1.6198.20220113T173638Z-211100 (Jan 13, 2022) Apache mod_speling module can be used to configure Case Insensitivity for URLs on an onPrem AEM instance. This pos...

    Views

    503

    Likes

    2

    Replies

    0
  • 1/23/22
    How to handle errors in Sling Servlet requests by Jörg Hoh Abstract Error handling is a topic which developers rarely pay too much attention to. It is done when the API forces them to handle an exception. And the most common pattern I see is the “log and throw” pattern, which means that the excepti...

    Views

    491

    Like

    1

    Replies

    0