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
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/26/22
    Hi, I have started my AEM instance in debug mode using the below command. But not getting how to add debug configuration in my IDE. Could you please guide me on this?command I used java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar AEM_6.5_Quickstart.jar Thanks.

    Views

    707

    Likes

    0

    Replies

    2
  • 4/25/22
    I have an explicit deny on a particular hierarchy of pages. Now, the group which has read access to those pages , does not have any other read access. Is it possible that because of these permissions, the users on that page are not able to see multiple components.I have 2 live copies, 1 with these p...

    Views

    446

    Likes

    0

    Replies

    1
  • 4/25/22
    Hi There, I have a service say "Simple.java" that has an @reference for "ResourceResolverFactory". And a JUnit test class for the same service says "SimpleTest.java". While registering service "Simple.java" with aem context it is giving resourceResolverFactory null even though we have created a mock...

    Views

    4.6K

    Likes

    0

    Replies

    2
  • 4/25/22
    for people who are new to AEM how would anyone explain what is the difference between @AemObject and @SlingObject?for e.g. : public abstract class ComponentModel implements AemComponent { @SlingObject // AND @AemObject protected Resource resource;}my JUnit code which is like ctx.currentResource("/...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 4/25/22
    Hi Folks, I want to take only frontend module build and deploy to local AEM server.I have both ui.frontend and ui.apps modules. ThanksGanesh+91-9380201140

    Views

    1.7K

    Likes

    0

    Replies

    3
  • 4/25/22
    Hi,Is it possible to change the name from .aem-grid to custom project name. For example:.aem-grid{.generate-grid(default,@max_col);}to .custom-name-grid{.generate-grid(default,@max_col);}

    Views

    667

    Likes

    0

    Replies

    1
  • 4/25/22
    Hi All, I got below exception on when creating a rendition of the pdf , step is not continuing (DAM Update Asset )please let me your resolution, thoughts.Here are the failure details from the latest failed workflow/libs/cq/workflow/admin/console/content/failures.htmlAsset: /content/dam/rfcu/images/b...

    Views

    1.0K

    Like

    1

    Replies

    2
  • 4/25/22
    By default , graph QL query for a content fragment and an ImageReference inside content fragment gives _author_url and _publish_url.How can we either customize either the publish URL to give scene7 urls for images or add an additional field in there? 

    Views

    509

    Likes

    0

    Replies

    1
  • 4/25/22
    Hi, may I know,what is the difference between @ChildResourceFromRequest and @ChildResource with examplesThank you

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 4/25/22
    hi , all my testcases are getting failed showing runtime exception if I am including @ChildResourceFromRequest in my model class .Model class : package comcore.models.components.content.collections.locations;import com.adobe.acs.commons.models.injectors.annotation.ChildResourceFromRequest;import com...

    Views

    3.5K

    Likes

    0

    Replies

    8