Hi,We are using the RTE image plugin. The problem is when we drag a new image from the DAM into the RTE and hit activate everything inside the RTE gets activated except the new DAM image we just dragged into the RTE. I notice that when you add an image into the RTE editor it creates an image tag ins...
When I am trying to create a OSGI bundle, let's say I miss a jar or two. I am getting an errororg.apache.commons.net.ftp -- Cannot be resolvedorg.apache.log4j from log4j.over.slf4j (4)org.apache.log4j.spi -- Cannot be resolvedorg.apache.log4j.xml -- Cannot be resolvedorg.apache.lucene.document -- Ca...
Hello Good morningIs there a way to clear the cached version OR to recompile the file with new changes for the analytics.sitecatalyst.js file without having to do another build .File: http://<domain>/_jcr_content/analytics.sitecatalyst.jsThanks for your help.Best Regards!
Hi I am new to CQ 5.6. Previously I was working with 5.4 . I could understand that the feature for manuscripts is a new additional feature added in AEM. I am really unaware of its functinality. If anyone can guide me with some tutorial about how to work with manuscripts in CQ it would have been ve...
Hi,CQ has amaizing Link Checker service that does something similar already. E.g. it finds all the links on a page and checks whether they are valid. That's exactly what is needed, what service is it using underneath to find the links on a page ?Is there a service that returns all the page path refe...
All,we're running 5.6.1. I've started CQ by renaming my jar files:1) cq5-author-45022) cq5-publish-4503I have a servletfilter that checks the runmode you're in using this way:System.getProperty("sling.run.modes") However, when I just run the Author from the quickstart jar, this returns null. When I ...
Hello we are using the spellcheck plugin for the richtext editor component.Unfortunately, i cannot find a working french dictionary.I always get some strange error messages likeCould not spellcheck due to an underlying i/o issue. java.io.IOException: Unable to create affix manager: Affix L is corrup...
I am trying to update a service config property using cURL command, where "isEnabled=true" is the property checkbox which i want to enablecurl -u admin:admin1 -F isEnabled=true http://localhost:4502/system/console/configMgr/com.tm.help.PageActivationListner[img]service_screen.jpg[/img]Please suggest...
What I'm trying to do is migrate assets into a CQ instance from a WordPress website using an automation suite, Kapow Katalyst, that handles all the grunt work of filling out individual sling post action forms for each content item. Originally I was lead to believe that simply posting the file to the...
In our process we create nodes for binary files. Meanwhile, the node path could be emailed to a CQ user to access and download the file later. I'd like to know if its possible to grand the node read permission to this CQ user programmatically.Thanks!