Hi, Some context: I just started a contract at CIC (Govt of Canada). Helping give some guidance to Serge, the UI Designer here. He has 3 weeks experience with AEM 6.2. Newbie.I worked for Adobe doing AEM Tech Support in 2013. Getting back up to speed. Serge is creating components following the gover...
Hi there everyone,I'm moving a project over to 6.2, and I've been getting the TooManyCallsException. Google seems to indicate a hardcap of 1000 components.org.apache.sling.api.request.TooManyCallsException: /libs/cq/gui/components/authoring/componentbrowser/component/component.jsp/system/console/com...
I need to acces page properties of a given page in JAVA as i want to make servlet.I can do it in JS. But i dont know how to do in JAVA.In js - i did this wayResourceUtils.getResource(pageResource.path + "/jcr:content") .then(function (pageContentResource){ if (pageContentResource.p...
Hi All,Is there any way to download a file directly from a document management system like dropbox and save it in AEM dam location like "/content/dam/".I referred this article http://www.tothenew.com/blog/making-dropbox-documents-available-in-aem/ for "Making Dropbox documents available in AEM".Usin...
Hi Team,Very Good MorningI have come across with one of the requirement one of the vendor is looking forward to use AEM6.1 replacing the current system in interwoven i wanted to know weather we can integrate AEM6.1 with any of the ticket booking engines like amadeus if any one in the group has com...
we have defined components clientLibs as cq.authoring.dialog, But these js libs will be loaded for all templates(all projects) while authoring the pages.Can we restrict them based on template or components as these JS may create issue in other AEM projects?I tried extraClientLibs but its not working...
Hi Team,I followed the steps mentioned in this link https://helpx.adobe.com/experience-manager/using/polling.html. But getting the below issue while building the project Failed to execute goal org.apache.felix:maven-bundle-plugin:2.3.6:bundle (default-bundle) on project importer-bundle: Error(s) fou...
Hi Everyone,While i am working on the components which has design dialog, my design path is getting saved in the /etc/designs/default. What are all the steps do we need to follow to set the design path to that particular project under designs?Thanks in Advance!
Hi All,Recently we have upgraded from AEM 6.0 to AEM 6.2.From 6.1 on wards there is a new security feature implemented and it's looks for csrf token generation when doing the ant POST,PUT and DELETE operation.I have observed one thing that token is generating when log-in into author and publish inst...