All, I have created a bundle in crxde lite and I have a dependency of a 3rd Party (External)jar and I have followed the below steps1. Convert the 3rd party jar to bundle and install in felix console. Its installed and active.2. import the class which is used in my bundle slingServlet3. I have also ...
Hi, I am using sling internal queuing mechanism and I have set no. of retries to 5. Still, my process is failing after 1st attempt.Any pointers on this or is there any correct way to set this parameter "no. of retries".My part of my xml is:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0...
Hi,I am trying to wirte a simple custom widget extending CQ.form.ColorField, this is my code. ColorScheme = CQ.Ext.extend(CQ.form.ColorField,{ constructor: function(){ ColorScheme.superclass.constructor.call(this,{ colors: ['FF9900'], showHexValue:true }); } }); CQ.Ext.reg('colorscheme', ColorScheme...
When trying to apply the the instructions mentioned in the Maven configuration details for CQ5 (http://docs.adobe.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.html), I am facing issues when trying to create the project with the following command:mvn archetype:g...
Hi,1. I created a listener with a function that calls servlet on submit of the dialog box. But the listeners is not working for granite UI Page using classic dialog. And how can we create a listeners for the granite dialogs(cq:dialog). Urgent reply would be highly appreciated. 2. When components are...
In the Dispatcher configuration help page it says "The /sessionmanagement property is a subproperty of /farms", however at the very top of the page it can be clearly seen to be a subproperty of one particular farm (called website).So which is it?
I am currently using Scene7 for my company and was wondering if you can use the '$$' more than once. For example, I use $$ as the product I want to link to but I also want it to show up in our metrics system uniquely in the same fashion. So it would look something like blah.com/Product_$$?cm-_-$$. I...