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...
Hi,On the aem-project-archetype, it has a module for content, that holds /content/<my-site>/ and /content/dam/<my-site>. In a real project is this module used? Thanks
During default Replication agent configuration we specify the publish instance URL under transport tab in URI field whose value would be something like"http://mypubliship:port/bin/receive?sling:authRequestLogin=1 "What is the significance of "sling:authRequestLogin=1" in the above value, As test con...
I have one scenario to discuss in programatically node creation in JCR with out administrative access.Is there any way we can create node in publisher , lets say we hit the URL like below via dispatcherhttp://example.domain.com/content/project/example.htmland in the component jsp we will write some ...
When I go to:www.example.com/us/index.html the request works as expected. See dispatcher log below:[Wed Sep 02 11:48:45 2015] [D] [20333(1121016128)] Found farm website for www.example.com[Wed Sep 02 11:48:45 2015] [D] [20333(1121016128)] checking [/us/index.html][Wed Sep 02 11:48:45 2015] [D] [203...