I can't seem to return and use an object from my js use array. In the below example I'm trying to make a parameter list for use later in a java use-api call, however, the parameter array comes up empty back on the sightly end. Any idea what I'm doing wrong?newsList.js:"use strict"; use( function () ...
Hi All, I'm experiencing some index corruption in an AEM 5.6.1 author production index. I can't replicate it locally or on staging instances that mirror the production environment. The problem occurs intermittently when moving an asset in a custom workflow process via Session.move(). The move operat...
Hi,Currently I am working on CQ5.5 and planing to migrate in AEM 6.0.May I proceed with the below mentioned approach -1. Create a package in package manager with following package filters in CQ5.5- /apps/myapp, /content/mywebsite,/content/dam/mywebsite and /etc/designs/mywebsite2. Upload the abo...
Hi All,I was going through the Performance Optimization document from the adobe site. http://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/performance.html.In the Search Indexing section, there are some settings like supportHighlighting,resultFetchSize,cacheSize etc for AEM 6.Can anyone let me k...
Hi team,I have locked the asset by user A, and when i opened the asset by User B i am able to edit some fields like dropdown,rte field and fields inside the fieldset though i can't save it as save is disabled. How can i disable dropdown,rte field and fields inside the fieldset.ThanksKranthi
Hi All,PFA, for a basic front end page created in crxde-lite. Details as below :- Want to update a page property,for huge number of pages.Each page has different property value which has to be replaced with corresponding new set of values.- Just to test couple of pages, thinking will enter the page ...
Is there any known issues with deploying the AEM 6.0 quickstart within a systemd service?I'm finding that with the AEM 6.0 quickstart, the unpacking does not respect the WorkingDirectory of the systemd service definition, always instead unpacking to the same directory where the quickstart jar file e...
Hi,I'm using sightly with a Java class annotated with @Model.And the class has a method that return a list with objects. Like List<CarouselPage> pages;I can iterate over the list and get the object properties, but when I try ${itemList.count} or ${itemList.index} it throws an error:Caused by: io.sig...
Hi, I have created a version for the page. How can i retrieve the page version of the page like cq:lastReplicated we can retrieve the last published date. Is it possible to retrieve the page version of the page.Thanks in advance.