I have created a new workflow using public class MyProcess implements WorkflowProcess { }i have overridden public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException { }this method and able to get payload when an asset gets uploaded.However I want to acces...
Hi All,In CQ5 6.1 , trying to use fuzzy search of course that gives better result but query execution time is way higher than keyword search Here is example.With fuzzy search keyword “mp0f”04.08.2015 12:44:55.383 *INFO* [0:0:0:0:0:0:0:1 [1438706694906] GET /content/abc/search-results.html HTTP/1.1] ...
Turning minify to ON using com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl is doing ONLY basic minification. For example carriage return is not removed from CSS and JSEven obfuscation is also basic.If there a way to configure the YUI compressor that it uses with advanced parameters f...
Hi All,We are need to customize DAM admin menu where we need to add new menu items to "New" menu.For this we need to move files under /libs/cq/ui layer /apps/cq/ui layer.but we do not want to use this approach beacause it's overriding already done customization in this layer.Is there any way to do ...
I wanted to cache the below file in dispatcher without query parameters for all the pages. Is it possible ? http://localhost:7080/etc/clientcontext/default/content/jcr:content/stores.init.js?path=%2Fcontent%2Fmyatt%2Fhome&cq_ck=1438385758998
How to handle a user specific session in AEM, Is it fine to use HTTP Session so that i can store some attributes of user using session.setattribute method. Or is there any other way to handle user specific sessions in AEM?
Hello,I have a scenario where 1 Author instance replicates its content to 1 Publish instance.Now, at the infrastructure level, how does the replication process follows between two different applications (author and publish)?Is there a security layer attached and wrapped around the content that flows...
I've built a site using the query builder api which searches for assets within AEM,however the site seems to crash or take forever to load when on Chrome/Safari, butworks like a charm on Firefox. Any ideas on how to optimize this? Thanks