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 ...
Hi, Newbie question here. When using the query builder interface and get a set of results. I use something like this:for (Hit hit : result.getHits()) { ValueMap props = hit.getProperties(); String title = props.get("jcr:title").toString(); }However if the property is an array (such as props.get("cq:...
Hello All, I am new to Adobe CQ5 and I am looking for a way my users on my website could easily login to edit the page that they are on. I would like to create a link on the page that says to edit this page click here. After clicking on it they would be directed to login and then straight back to th...
Hello,I was wondering if there was a way to create some kind of component or macro that allows you to create a child page from the website, without having to go through the AEM or CRXDE.Basically, I want a user to be able to go to the website and for there to be a "add new page" link or button that ...