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.9K

    Likes

    13

    Replies

    16
  • 6/7/22
    We are using AMS service and using ACM to deploy the packages in our environments. For Permission(ACL) packages we are using manual approach to deploy in instance. For lower environments we are taking care of it and higher environments adobe rep helping us on deploying the packages. Is there any way...

    Views

    596

    Likes

    0

    Replies

    2
  • 6/7/22
    Hello.I have a custom OSGI bundle deployed to an AEM 6.5 instance. I wanted to include the Adobe Target Java SDK in the project (so it can be utilized by another service class). I have added it to my pom.xml: <dependency> <groupId>com.adobe.target</groupId> <artifactId>target-java-sdk</artifactI...

    Views

    2.3K

    Likes

    0

    Replies

    9
  • 6/7/22
    Hi, We have added our customer old redirection rules in conf.d/rewrites/rewrites.rules file. But every time we need to add a new rule, we need to update our code and have to do deployment on production site. We don't want to do deployment frequently just for the rewrite rules and customer wants to m...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 6/7/22
    I have created a form in aem using core form container and have defined two fields username and password.I want to get this data inside a servlet. @Overrideprotected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, IOException{String groupName=...

    Views

    3.1K

    Likes

    0

    Replies

    15
  • 6/7/22
    i have a situation where i need to authenticate to AEM using oauth 2.0 without user interface 

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 6/6/22
    I could not run any graphql in aem 6.5 instance. I get error Response.text: Body has already been consumed when I run a query.Ensured below configuration is in place,CSRF Config GraphQL Endpoint GraphQL query interface CF Model API Name  Error log :-==> request.log <==07/Jun/2022:11:53:07 +0530 [135...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 6/6/22
    I am new to implement AEM Mockito testing and want to write junit test cases for nested dailog box for an example We have one model class "AccordionListModel" which contain the list of "AccordionModel"While writing Junit not getting model class reference (AccordionListModel.java) via adaptTo methodB...

    Views

    2.0K

    Likes

    0

    Replies

    8
  • 6/6/22
    Hi All, I am working on a migration project, i need to convert <components jcr:primaryType="cq:Widget" fieldLabel="Allowed Components" name="./components" xtype="componentselector"/>componentselector xtype into touch ui field, Any lead will be appreciated 

    Views

    819

    Likes

    0

    Replies

    3
  • 6/5/22
    What is Sling Servlet? by Heena Shirke Abstract Sling Servlet enables us to expose OSGI Service based on request - response model. Every Sling Servlet must implement the Servlet interface which defines its lifecycle methods. It must either extend SlingSafeMethodsServlet or SlingAllMethodsServlet ...

    Views

    509

    Likes

    0

    Replies

    0
  • 6/5/22
    Access AEP as a Database by Pedromonjo Abstract AEP stores a huge amount of structured data. Therefore, it makes sense that you can access that data in a way that resembles a database. In this post, I will show you a couple of ways to achieve it. Disclaimer Before I get into the details, I have to...

    Views

    703

    Likes

    0

    Replies

    0