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

  • 6/29/21
    Could anyone help me understand why we are getting a system unavailable message while trying to access the prod author instance. Is this adobe maintenance? 

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 6/29/21
    Hey CommunityI have wriiten this basic code to get cq:tags property of current pagepublic Void activate throws exception{rootpage=getCurrentPage;Resource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content/");         ValueMap pageProperties = res .getValueMap();         tag= (Str...

    Views

    4.6K

    Likes

    0

    Replies

    18
  • 6/29/21
    Hi Community,I have written this basic code to access jcr:content properties of my current page specifically cq:tags property but it is not working. public Void activate throws exception{rootpage=getCurrentPage;Resource res = getResourceResolver.getResource(rootpage.getPath);         ValueMap pagePr...

    Views

    3.1K

    Likes

    0

    Replies

    6
  • 6/29/21
    AEM TO S3 Blocker Case -> AWS libraries for S3 connector configs not resolved in AEM as a cloud service instance Environment – AEM As a cloud service Issue – Dependency not resolved –  We are using the AEM as a cloud service environment and we are finding issues in using the AWS SDK libraries using ...

    Views

    3.0K

    Likes

    0

    Replies

    11
  • 6/28/21
    Hi, I am using AEM 6.5. I want to configure custom meta data to create additional tab in asset properties. I have a package containing the details of metadata. I am facing problem in installing the package. I also want to highlight that there is no default metadataschema present in /conf/global/sett...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 6/28/21
    Hi All, We are trying to add org.dom4j maven dependency but the bundle is unable to resolve. (AEM version 6.5.6, jdk version - 1.8) We have added below dependency<dependency>     <groupId>dom4j</groupId>     <artifactId>dom4j</artifactId>     <version>1.6.1</version>     <scope>provided</scope>     ...

    Views

    2.5K

    Likes

    0

    Replies

    7
  • 6/28/21
    Hi All, Need suggestion or solution for below issue:- I have recently upgraded Aem from 6.3 to 6.5 and also applied the patch 6.5.5. Upgraded was successful as per the logs and I really do not see any issue; however, after this upgrade we are seeing these major issues:- 1. dam assets not showing any...

    Views

    2.2K

    Like

    1

    Replies

    5
  • 6/28/21
    How to get current date in this date format "2021-05-19T18:27:16.944+05:30" in Java script or Java?I checked but all were in this format "2021-06-29T04:37:27.796Z". Can anyone tell me what should be format? Thank you

    Views

    3.5K

    Likes

    0

    Replies

    3
  • 6/28/21
    Can someone please point me to the adobe Java public API docs?When I tried on google, It's pointing me to the older version of the package install page.

    Views

    640

    Likes

    0

    Replies

    2
  • 6/28/21
    Hi All, We have a requirement where we need to access Digital Assets store in On Prim AEM Author from AMS author using asset selector/picker.Check below SS for example:Essentially all the assets will be stored in On Prim AEM instance and we should be able to search, access and use those assets in AM...

    Views

    3.0K

    Likes

    0

    Replies

    8