Hello, currently our project is compatible with AEM 6.5.3 on premise, and we use java 8 to run AEM and build our project. We would like to check the possibilities of adapting the project for use in Adobe Experience Cloud. I've started by reading documentation and I have a doubt: 1. On the one hand C...
Hi,My requirement is to get all the wrong spelled words from the text component of a page programmatically. For this I have used SpellCheckerProvider.createSpellChecker(language, dictionarypaths[], resourceResolver); to get SpellChecker, but I am not understanding what to give in the parameters i....
Hi,I have a requirement to-1)path based slinghttpservlet to execute some business logic and set attributes a, b in the slinghttpservletrequest2)Use the above set slinghttpservletrequest attributes, i.e a and b in sightly code.Please suggest how can slingMOdel with adaptable as slingHttpSErvletReques...
Hi,I have defined both doGet() and doPost() methods for SlingAllMethodsServlet as below@Overrideprotected void doGet(SlingHttpServletRequest request,SlingHttpServletResponse response) throws ServletException {}@Overrideprotected void doPost(SlingHttpServletRequest request,SlingHttpServletResponse re...
Hi, We have an on-prem AEM 6.3 installation running with Oracle Java 8.We are now performing in-place upgrade to AEM 6.5. For the upgrade procedure we use the same java version 8.Once the in-place upgrade is done, we want to restart our AEM 6.5 instance with Java 11.This does not seem to work as we ...
Is there a way to not launch the "DAM Update Asset" workflow if an asset is put in the DAM only by one specific user, but have it launch for assets added by any other user? Re: AEM 6.4
We are using the getTranslationObjectPreview() endpoint in our integration to retrieve preview packages from AEM during project creation. The preview packages are sent to the translation vendors for context during translation.The solution works perfectly with WeRetail site.But with some customers, w...
If we have 2 author instances in cluster with MongoDB, where are the Web Console Configuration saved?I mean, changing any bundle configuration from: /system/console/configMgr. They are saved in MongoDB or filesystem? Configuration are shared between the 2 Author instances or stored separetely and so...
Although, I have selected multiple assets from asset console, and run a custom workflow on it, it is creating notification for all the assets, while multi resource support checkbox is selected on workflow, it should create a package and run that workflow on it. and It should create only one notifica...