Hi All, We are working on a solution to migrate the AEM Server from on-premises to AWS cloud. Need some help on the below questions. 1. We are using AEM just for creating PDFs by running CQ-quickstart-6.3.0.jar. Does it start entire suite of AEM or Does it start only a component required for PDF gen...
Hello,The HTL token with context="html" is stripping out certain HTML attributes. When XSS protection is turned off (context="unsafe"), the HTML renders as I originally expected. The following attributes are getting stripped: data, placeholder, pattern, minlength, required, and aria-* - - - THE QUES...
Hi, I am using AEM Dispatcher with 6.2 SP1.There is page(catalog.html) in which carousel component is rendered. I do not want it to cache in dispatcher.is there any way to not to cache carousel component.In Common_cache.any file.I have written these entries:-/0021{ /type "allow" /glob "/content/conn...
Using AEM 6.3 core version 2 and created a content fragment model.After creating a fragment based on this content fragment model, I can see a list of versions under the Timeline for a particular content fragment, but how to view the content from the previous content fragment? Where does Adobe sto...
Hi,ACServicePropertiesAccess extends WCMUse and throwing nullpointer exception in AEM 6.3.dependency used is like below<dependency><groupId>com.adobe.aem</groupId><artifactId>aem-api</artifactId><version>6.0.0.1</version></dependency>Should we change to WCMUsePojo from WCMUse in AEM6.3?09.04.2018 2...
Hi,I want to check publish mode & edit mode in the HTL. Example: in the Article component article.html I want to check if "publish mode" print "ABC", If "edit mode" print "XYZ"How to do that?Thanks & Best regards,BienHV
Hi, Getting the following exception while accessing page in AEM6.3It is working fine with AEM6.109.04.2018 14:02:45.406 *ERROR* [0:0:0:0:0:0:0:1 [1523262765398] GET /content/aircanada/ca/en/aco/home.html HTTP/1.1] org.apache.sling.commons.classloader.impl.ClassLoaderFacade Exception while trying to ...
I want to be able to generate a PDF template and then apply that template to multiple sets of similar data (text, pictures, possibly 3D) and have it spit out a pdf that can be emailed. What software would do that? I think AEM just might, so this is why I posted here.
Hi,recently I've been working on search functionality in AEM 6.3. I have no problem with searching by content of sites or assets' metadata, but I'm not able to properly configure searching by content of PDF files. From what I've already read it appears that indexing of PDF files' content should be i...