Hi All,I created one custom workflow for the schedule activation functionality. But i have to show the schedule time just like activation later instead of workflow icon in the siteadmin and i can able to run other workflows on the page. How to execute the workflow in the backend just like how it i...
Hello,I am trying to use Explain Query tool from ACS AEM Tools on AEM 6 + SP3 but I have an exception when I try to browse /etc/acs-tools/explain-query.htmlrg.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP:...
I have a development sandbox for a client where they have added a lot of images and projects then deleted them. There is some process that keeps running an inefficient query against assets that are no longer in the dam. The warning about the query is:17.11.2015 09:30:10.133 *WARN* [pool-6-thread-2] ...
When i firstly access to any css file on my dispatcher `Content-Type` of request is `"text/hml"`.After re access to this file request have correct `Content-Type` `"text/css"`How to fix this problem, because akamai chashes first request with wrong content type?
Hi,Is there any way to check NodeIterator hasNext() condition in sightly.For instance:Resource resource = resolver.getResource("/etc/xyz"); Node node = resource .adaptTo(Node.class); NodeIterator iterator = node .getNodes(); while (iterator.hasNext()) { Node child = iterator.nextNode(); }Here I am g...
I am using AEM 6.1. I tried the sample code from the below link,https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.htmlI have got the Repository Object and Session Object (ie., have successfully connected to the repository). But then, I get the below excepti...
Hi,in my website every request sets and/or uses a JSESSIONID cookie. Now this indicates to the caching server that a request should be handled by the publisher instance, skipping the cache.I'm pretty sure I don't need any sessions (yet). However, I cannot seem to get rid of it.Do you have any idea, ...
I followed this documentation https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/watermarking.html to achieve text watermark on the images, but it didnt yield the desired result.Following exception occured in the error log 17.11.2015 13:23:15.802 *ERROR* [JobHandler: /etc/workflow/ins...
Hi,i need to insert inside a dialog an icon picker.Which is the start point to do this task?I have an implementation via bootstrap but i don't know how insert my code into a dialog.Anyone can help me?Thanks
Hi, In CQ5 we develop custom components (like multifield having text and pathfield widgets. etc..) using ExtJS. could you please explain me how to develop such components in AEM6 and above 6 as these versions use GraniteUI .Thanks in advance,Best Regards,Vijaya Immadisetty.