Expand my Community achievements bar.

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

  • 11/6/25
    We’re happy to announce that Adobe Developers Live returns on November 11, 2025, bringing together the Adobe Experience Manager and Commerce developer community for another year of innovation, insight, and collaboration. This year’s theme — “Building the Agentic Web” — explores how AI-driven agents...

    Views

    834

    Likes

    2

    Replies

    0
  • 11/2/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

    1.2K

    Like

    1

    Replies

    19
  • 10/5/25
    AEM Experience Hub is the intelligent, unified front door to Adobe Experience Manager, streamlining how content authors, marketers, and administrators discover, generate, and launch, supercharged by AI.  Empower every AEM user and beyond: From authors to marketers to admins, intuitive and personali...

    Views

    354

    Likes

    3

    Replies

    1
  • 3/15/18
    Hi,We use the RequestResponseFactory to retrieve content from AEM inside an OSGi bundle:The service is obtained through:@Referenceprivate RequestResponseFactory requestResponseFactory;And used like this:final HttpServletRequest servletRequest = requestResponseFactory.createRequest("GET", path);WCMMo...

    Views

    6.5K

    Likes

    0

    Replies

    9
  • 3/14/18
    Hi,I am developing a workflow for scheduled activation which have a dynamic participant step and it has a custom field for choosing the time for activation. How can I store the user specified time and then activate the page at that time.

    Views

    4.3K

    Likes

    0

    Replies

    4
  • 3/13/18
    Hi Team,We have 5 versions of a project present within the package manager. Currently, we wanted to uninstall the project from AEM 6.1 server. Even after uninstalling the 5 versions, project folders and the bundle still remains within the crx.To resolve this issue, we even restarted the Author and ...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 3/13/18
    Out of box Thumbnail tab in page property is not working. Able to upload image but image is uploaded with image.sftmp name instead of image nt:file.

    Views

    4.2K

    Likes

    0

    Replies

    9
  • 3/13/18
    Any idea why these images are broken when assets are moved from one instance to another instance using the following cURL command:vlt rcp  -b 100 -n -r -u http://admin:admin@myserver1:4502/crx/-/jcr:root/content/dam/company/categories http://admin:admin@myserver2:4502/crx/-/jcr:root/content/dam/coma...

    Views

    5.0K

    Likes

    2

    Replies

    8
  • 3/13/18
    Hello AEM community!I have a problem installing OSGI bundle to AEM server.Apparently, AEM server's OSGi Bundle detail says imported package as none, however, my local AEM server installed packages.I'm not sure what makes it prevent from installing dependencies from external sources.Following is my l...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 3/13/18
    Hi,I have a specific use case where i would like to take input from user to schedule a particular job in AEM. I am using a simple form on front end and sending those values to server (Sling servlet mapped to the URL in ajax call) using an ajax call. Those values are needed to create a job scheduled ...

    Views

    6.8K

    Likes

    0

    Replies

    6
  • 3/13/18
    Hello,I am working on creating editable templates in AEM 6.2. I have an accordion-like component that leverages a multi-field to create tabs with parsys containers. In order to preserve the content that gets dragged into each of these parsys nodes, and to preserve the re-orderability that the multi-...

    Views

    12.2K

    Likes

    0

    Replies

    18
  • 3/13/18
    Hi,Here is my requirement like I have a fixed header and footer for the entire website except the home page. So I am designing it like,  I have created a page component where I am adding header, footer and a parsys for body. But How can I make sure that I will author only in a single page that heade...

    Views

    6.8K

    Like

    1

    Replies

    12
  • 3/12/18
    Hi , My servlets are giving 404 not found error as the component is in satisfied state.If I see the component ,the references are in satisfied state.It uses the following reference :ResourceResolverFactory. Steps I did  : 1) Added @activate to activate method2) Made the component immediate =true3)Ad...

    Views

    7.5K

    Like

    1

    Replies

    8