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?
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...
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...
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 ...
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...
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> ...
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...
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
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.
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...