Thanks for the quick response. Just needed one clarification. Even in the suggested approach "categories" are being used. So is there no mapping/linking between the design path (selected by author at page level) and client lib placed under it?Mainly we wanted the author to have the power of choosing...
We know that AEM recommends to have client libraries under /etc/designs/brand. Now when author selects a design via page properties dialog, then is it possible to automatically include client libraries at page level via this selection. Is there a mapping between design path and client libs placed un...
Hi,I have observed an issue with the AEM Package Manager when I try to restore to older version of a package. Though I could see in the logs that the older package gets installed but the interface on the package manager still shows the higher package version with an "update" button that gets enabled...
Hi,We are using the AEM 6.2 and one issue that is observed is that we need to do a full restart of the AEM (kill java process)instance whenever we install packages which have config nodes. The instance gets totally hung and even restart of all bundles via "/system/console/vmstat: does not help. Also...
Hi,We were trying to create a custom device group on the lines of what is used in the geometrixx-gov site. The OOTB device group provided is /etc/mobile/groups/responsive. Now the issue is that any custom device group with a name other that responsive like /etc/mobile/groups/custom is not detected b...
1.We had created a new system user with the following node structure:/home/users/system/iea/ieaadminThis was used to get s session object and used further.All this was done on AEM 6.1 with Java 1.82. Now we wanted to test out our code on AEM 6.0 Service Pack 1 with Java 1.8.The first issue we faced ...
Hi,We are trying to override the functionality of the sidekick preview button so as to allow the page to reload on preview. Presently we have done it via overriding the /libs/wcm/core/components/init/init.jsp to explicitly add the property ' previewReload:"true" '. Is there some better approach to h...
Hi,We are trying to detect the POST request send out on click of "install" in the CRX Package Manager. The request can be seen in the inspect element console but the sling filter is not detecting it. Is some specific configuration required in the AEM or in the filter for the same or some a different...
Hi Jörg,We do not need to customize the package upload/install process. I just need a filter over it. I simply want to do some activity before and after the package install (nothing to be inside the package or its install process).Any normal filter is not detecting the package manager Servlet reques...
Hi,As a part of my project we are trying to disable a workflow launcher before a package in installed and then enable the launcher when the installation of the package is done.And so we need some hooks on the Package Manager Servlet. We tried to detect the request via a sling filter but it did not ...