Hi All,I developed two custom components.Only one custom component is visible to sidekick.Could you please help me how to restrict the components in sidekick
Hi,According to CRX Clustering, for Manual Slave Join, in order to create a cluster of CQ instances manually, the following steps should be taken:Copy the files crx-quickstart-*.jar and and license.properties to the desired directory.Start the instance: java -Xmx512m -jar *.jarVerify that the instan...
Hi,I have integrated solr with aem 6.0 author instance. After it fully index my repository,I couldn't able to access the /projects.html, /siteadmin, /welcome.html pages.Is there any configuration i am missing? Error trace:0 (2014-09-10 13:47:51) TIMER_END{0,ResourceResolution} URI=/projects.html res...
Hi I am trying to Hide/Show checkbox group when dialog's loadContent called, but not able to do so. Below is my code :function(dialog) { var compPath = dialog.path; console.log("compPath ::: "+compPath); var sliderPath = compPath.replace("/par/slider/par/slide", "/par/slider"); console.log("Slider P...
Hi,I am trying to add functionality to rtf (or rte based components) such that, if a text is provided using hyperlink functionality, then, after that hyperlink an image icon corresponding to the link type should be placed after the hyperlinked text.For example, if I provide a pdf link to some text i...
In the tutorial http://docs.adobe.com/docs/en/cq/current/ecommerce/eCommerce-hybris.html#Data%20Synchronization we can read the following:Highly volatile data, such as price information, is retrieved from the commerce engine for each page request.Does it mean that on each product details request ad...
When using AEM v5.6.1 we created a number of OSGi bundles that 'wrap' 3rd party libraries. These installed successfully with no problems. Here's what one example looks like in the bundles console :-Exported Packages com.google.code.facebookapi,version=3.0.4 com.google.code.facebookapi.apt,version...
We need to download the all extension files like pdf | txt | word |html and son on but except image in the CQ5, then to translate these files in localhost. At last upload these files back to CQ5.The question is how to know the files list path and how to get the files stored in the CQ5 to localhost o...
Hi,I need to develop a web services and it needs to be hosted in Adobe CQ. I knew that CQ consume web services from other systems. We will need to create a OSGI bundle for this. I heard that Adobe not recommended to develop web services in CQ. Is it good approach to develop a web services in CQ itse...