In our current CQ5.6 implementation, we have implemented one global link rewriter transformer which appends cdn urls for cq5 clientlibs. We are in process of creating one more site in same cq instance which will have different akamai url. My question is can we implement two link rewriter transforme...
Just started looking at AEM/CQ 6.0 and I wanted to load our custom code from our Subversion (SVN) repository.I'm getting the following error, whenever I try to use any of the "Team" menu items from the CRXDE Lite toolbar:{"changes":[],"referer":"http://localhost:4502/crx/de/index.jsp","path":"/libs/...
I want to create a reusable VM image that contains a barebones CQ5 instance.To do this, I have written a script to run cq-quickstart-5.6.1-author-p4502.jar, for example, and send curl requests to the login page of the instance till it responds with a 200 status code and then I execute ./stop to stop...
Hello experts,The following error occur transiently while I start up my AEM author instance (or when I rebuild and reinstall my bundles):21.07.2014 13:14:31.849 *INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Updated bundle com.tcm.core-bundle [324] from resource TaskResource(url=jc...
Hi CQ Gurus, we are seeing some weird behavior all of a sudden in our testing env. We are seeing that when the workflows are getting started the workflow nodes are not getting created under /etc/workflow/instances/<DATE>/model-**** but the worflow data is getting recorded on the node /etc/wor...
Hi,In particular, I want to be able to add custom properties to sling:Mapping nodes.Is there a mixin type I can use with sling:Mapping nodes so that I can add custom properties to them?
Hi,I'm trying to use CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); in jsp, but I see below error in the firebug.ReferenceError: CQ is not definedHere is the sample code in my jsp.<html> <head> <script> CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); </script> </head> <b...
I'm adding a beforeadd listener to a multifield to limit the number of items that can be added. I see the message when I try and add more than the limit, no more items get added, but as the xtype configured to the the multifield item is required (cannot be empty) it doesn't let me click 'OK' on the ...
Hi All,We are able to do audit purge by following the link http://helpx.adobe.com/experience-manager/kb/howtopurgewf.html and installing the package Workflow n Audit purge-1.7.5.zip given there in 5.6.1 instanceHowever, users are not happy losing the old audit data. What would be the best way to ov...
Hello,I am opening a connection to my author instance to try to POST an image or any document to my JCR. The values are coming from a form, and I have created my own form action to store the information. I am successful in storing properties and creating CQ Pages, but when it comes to a image/file...