Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 9/3/25
    Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day.  In a world where so much is automated...

    Views

    2.8K

    Likes

    13

    Replies

    16
  • 3/13/23
    Hi,   We have core-components-examples folder in our crxde which has documentation on our aem core components. I want to implement similardocumentation folder in my project. But I have not got any details on how they created core-components-examples folder. Can anyone help me in understanding core-c...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 3/13/23
    I am trying to add jcr:title property using SlingRepositoryInitializer (RepoInit) but getting below error.      #Root folder creation create path /content/dam/my-site(sling:OrderedFolder mixin rep:AccessControllable) create path /content/dam/my-site/jcr:content(nt:unstructured) # Set properties set...

    Views

    2.1K

    Likes

    0

    Replies

    8
  • 3/11/23
    Hi all, Am seeing this error when am trying to build my project . am trying to read the adaptive form’s submitted data is in xml format using  WorkitemUserMetadataService have imported the following package. import com.adobe.fd.workspace.service.external.WorkitemUserMetadataService;  added dependenc...

    Views

    1.6K

    Likes

    0

    Replies

    7
  • 3/9/23
    Hi Folks ,We are planning to implement hybrid approach in our project architecture where we can use both AEM core components and React SPA at same page. Please let us know if we have any dummy git project available which can be used as reference.Thanks in advance ! @arunpatidar @Veena_Vikram @Nirmal...

    Views

    1.6K

    Likes

    0

    Replies

    5
  • 3/9/23
    Hi All -I have extended the PDF viewer core component into our app : /apps/app-name/ and also created the "Content Aware configuration" under /conf/app-name/ and added the property "sling:configRef" that points to Context Aware Config path under /content/site/ but the pdf viewer component is still n...

    Views

    613

    Likes

    0

    Replies

    1
  • 3/9/23
    I am writing the ResourceChangeListener . I want current page path at  ResourceChangeListener.PATHS. PFB snippet where I want currentpage's path.@component(immediate = true, service = ResourceChangeListener.class, enabled = true, property = {"process.label = JSON Event Handler",ResourceChangeListene...

    Views

    951

    Likes

    0

    Replies

    4
  • 3/9/23
    We have this configuration - Apache Felix Jetty Based Http Service and we need to make few updates to it. We think keeping this xml configuration in the codebase will be risky in terms of security point of view and  System Admin or DevOps should manually control the entries in this configuration.   ...

    Views

    2.2K

    Likes

    0

    Replies

    4
  • 3/9/23
    Hello everyone I have configured the SAML2.0 following https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/saml-2-0-authenticationhandler.html the ipd login page loads and send the post, then when the  http://localhost:4503/content/xxx/saml_login is handled  gives me...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/9/23
    SAML Authentication configured by following this guide: https://wttech.blog/blog/2019/how-to-setup-aem-publish-saml-authentication-using-okta   After logging in IDP the POST request to configured sign in URL enters into in a continuous loop from http://aem-publish-host/content/......./login.html to ...

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 3/8/23
    I’m relatively new to AEM development. I have recently had to extend one of the core components. Why is it that we extend the interfaces that those components implement, rather than extending the class itself, so that our child class has direct access to all the parents’ methods?   From my understan...

    Views

    710

    Likes

    0

    Replies

    1