I am using AEM6. Using@Reference private QueryBuilder builder;is not making my servlet work.. is there any Solution for this? is there any other alternative to get the Query builder instance with out using "@Reference"?package com.kicker.disolutions; import java.io.BufferedReader; import java.io.IOE...
Hi All,I want to setup NTLM authentication + AEM 6.1 author and publish on RHEL machines, I followed below link [1], I am not getting how to setup.Please share me steps to configure.[1]https://helpx.adobe.com/experience-manager/kb/SSOwithApacheIIS.htmlThanks,Mahesh
Hi Everyone,I am currently working on integrating the In Design CC server 2015 with aem 6.0. The OOTB functionality i.e., processing of In design document when uploaded to dam, and generation of page looks pretty straight forward. However, the end result i.e., the Page is losing all the styles. As I...
Update: We are using AEM 6.1After a batch import, we get the following error in /libs/cq/gui/components/endor/badge/badge.jsp which prevented the touch UI from completely loading the authoring pagejava.lang.RuntimeException: Unable to scan input at org.apache.sling.xss.impl.HtmlToHtmlContentContext....
I included adaptive image component in another component. I do not want this div to be generated if the image is not authored.how can i use data-sly-test in this context?<div class="col-content-inner"> <div data-sly-resource="${@path='adaptiveimage', resourceType='/apps/mda/component...
I'm interested in customizing the component browser, primarily to reduce the emphasis on the colored bars. I've seen customizations for the asset finder, so I'm guessing it's possible; can anyone point me to an example for the component browser?Thanks
HiIn CQ 5.5 we connected to the ldap jmx bean via: javax.management.MBeanServer.getClassLoaderFor("com.adobe.granite.ldap:host=localhost,port=10389,type=Tools")e.g. for the operation syncAllExternalUsers(), which worked fine.Now with AEM 6.1 I try to use the new JMX Bean via:javax.management.MBeanSe...