Hi all,After installing the following hot fixes:- 3728- 3707- 3892- 3306Sometimes the "Apache Sling Eventing Thread Pool" is displayed as "event.pool.name" and for a while we had thought that "Apache Sling Eventing Thread Pool" has been completely removed and replaced with "Apache Sling Thread Pool ...
Hi,In http://helpx.adobe.com/marketing-cloud/experience-manager.html for Developing AEM OSGi bundles that use Jackrabbit UserManager APIs doc, given http://helpx.adobe.com/experience-manager/kb/creating-cq-widget-supports-image.html URL. Where can I find the actual tutorial? Thanks,AryA
Hi,I'm trying to write a custom Sling Filter for injecting additional HTML markup into the response.Original response:<html> <head> ... </head> <body> ... </body> </html>Response after custom filter:<html> <head> ... <custom-tag> ... </custom-tag> </head> <body> ... </body> </html>This is the filter...
Hi,When making AJAX POST requests, CQ is prepending "/ajax" to the URLs.I had a look at the code that is executed, and looks like somewhere along the way this CQ callback is executed which prepends the "/ajax" to URLs:beforeSend: function (jqXHR, s) { // s: settings provided by the ajax call or defa...
Hi All,I have an requirement which need expertise suggetions to implement the same. The requirement is as followsThe Content which has to be added to the page has dynamic values like User ID's which fetch from other systems. if I use RTE can i able to do that. how to identify the dynamic values.Exam...
I'm working with handler. I'm trying to use the slingRepository. However, when I added to my class It's not deploying my handler and its not showing any error.Any idea?@Component( metatype = true, immediate = false)@Servicepublic class MyAuthenticationHandler extends DefaultAuthentica...
Hi,If something is not worked or not achieved through Touch-Optimized UI(Granite), it means that component is not working in AEM6?Suppose if something is working in classic UI of AEM6 and not worked in Touch-Optimized UI. Can we say this component is working in AEM6?Is there any important difference...
Hi Everyone,I wanted to know how do we do design dialog configuration for components using Touch UI in AEM 6.0? I could not find the design view option anywhere. Also I went through the authoring AEM 6.0 documentation but there too I couldn't find the details.Do we have to resort to classic view for...
Hi, Issue while passing parameters to Java Use-ApiI tried with both the approach (Passing parameters to a use-class upon initialization and Passing parameters from data-sly-template) as mentioned on http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html. In both the cases i am no...