Id like to know if anyone knows of any forums to speak with people who are looking for jobs within the CQ5 Development area; I know this is probably not the correct area to post this and hence I do not wish to annoy anyone. Any assistance would be great.
Does anyone have a clue as to the direction licensing is going to take with AEM? We have purchased licenses for CQ5 and are debating whether to pay the maintenance fee. Is Adobe planning on moving to a subscription model for AEM?
I know that AEM allows me to sell physical products, but does it offer the capability for videos, reports, or other documents to be purchased and downloaded from an AEM site?
Hi there , I'm on AEM 5.6.1 and when ever i install cq-hybris-content 5.6.1 package , i can see following error logs in my console . I have reference hybris server up and running . I have adobe cq embeeded hybris server 5.6.2 up and running . Any help on debugging the problem ? *ERROR* [OsgiInstal...
Hi,Am CQ5 Admin.Version is CQ5.6.0Please find few questions.1.How to integrate Ruby rails in CQ5.2.How to integrate Maven with CQ5.If yes Can i have the procedure to do.ThanksMahesh
Hi,I am using 5.6.1 version, Apache 2.2.25I am accessing the publish instance with Apache web server, when i hit localhost:80 it is directing to localhost:80/content/geometrixx-outdoors/en.html.but it is not caching the content, for example i have mentioned cache path /usr/local/apache/htdocs in dis...
Hi,I'm trying to access some nodes from the OSGi bundle following this article but I'm getting this error03.10.2013 07:29:50.290 *ERROR* [10.224.133.98 [1380778190289] POST /services/gallery/getimage HTTP/1.1] my.package.gallery.GetImages Error working with nodes! Unable to access a repository with ...
Hi,I am using CQ 5.5. When I remove a bundle with custom Live Action, this Live Action disappear in the Components tab (OSGI console).But RolloutConfigManager still keep this Live Action in a cache.How can I invalidate cache in Rollout Config Manager without restarting cq or disable/enable RolloutCo...
Hi,I'm enabling the RTE plugins using the API. So I enabled the EditToolsPlugin as below:JSONObject editPlugin = new JSONObject(); editPlugin.put(JcrConstants.JCR_PRIMARYTYPE, JcrConstants.NT_UNSTRUCTURED); editPlugin.put("features", "*"); rtePlugins.put("edit", editPlugin);When I access the dialog ...