Hi,I have created a OSGi service to generate JWT to connect ACS REST API. Following is my code// Expiration time in seconds Long expirationTime = 86400L; // Metascopes associated to key String metascopes[] = new String[]{"ent_campaign_sdk"}; String imsHost = "ims-na1.adob...
Hi,is there any way I can discard changes on a page (I deleted some content) if I haven't even published it yet?I know that you can create versions but honestly I'd expect to have a option to discard unpublished changes and/or go back to at least the previousely published state of a page WITHOUT man...
Hi,I am creating a new AEM project using maven archetype 11. The project builds fine but when i'm trying to use the profile "autoInstallPackage", the build is failing with error: [ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] Unresolveable build extension: Plugin co...
Hello All,I am implementing a replication event handler and one of the requirements is to get the replication agent id for each of the activate processes.This is snippet of what I have written in the handleEvent methodReplicationAction replicationAction = ReplicationAction.fromEvent(event);if (null ...
Hi all,I am trying to add a 3rd party library to our AEM java project. This project is build in Maven. My Maven build runs successfully, but when I import it in AEM, it crashes and cannot find dependencies that come with said 3rd party.My question is about my build. I included the 3rd party library ...
Hi,I am creating json web token (JWT) osgi service in AEM 6.2. The build is successful but since io.jsonwebtoken is not resolved my osgi bundle is in Installed state. (io.jsonwebtoken,version=[0.6,1) -- Cannot be resolved) I have added the following dependencies, but still i am getting the error.<d...
We are having issues launching SCORM resources. When we click the play icon over the content to start it, nothing happens because of a java script error that says "Unable to get property 'scormendpoint' of undefined or null reference". When and where is the 'scormendpoint' supposed to be set?I rev...
Hello,After searching through the forum I learned that this question was last answered 3 years ago and I wanted to know if AEM now has any functionality that provides geospatial search now? And if not, what is the best practice for radius based searching by zip code in AEM?Thanks
Is there a way to embed SystemUser package while building the bundle in maven?Currently, I have created below zip package for system user and it's permission via acs and deploying this package (to other AEM instances) via Package Manager manually but I am looking for a way if we can make it automate...