If upgrading from a Java 8 based AEM 6.x to AEM 6.5, does it make sense to ultimately run AEM 6.5 using Java 11?Outside of handling any AEM 6.5 system specific issues with Java 11, is it likely AEM 6.1 - 6.3 site code bases will have additional issues running in AEM 6.5 with Java 11, assuming the si...
Hi, we are facing one issue on dispatcher. Whenever we are activating any page, the complete cache is getting deleted. Our expectation is to only delete that specific page. Is there some configuration needs to be changed or added ?thanks in advance
HelloYesterday, I received some really helpful advice around components and whether they're shareable across more than one site. Today, I wanted to follow the steps I'd been shown yesterday, but the components within the layout container are no longer visible, and when selecting the layout container...
Hello everyone I’m trying to integrate google reCAPTCHA v2 in my form (https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/forms/form-container.html?lang=en) (core form container) but I just couldn’t find any documentation. Does anyone knows how can add it to...
Hi, We are trying to migrate our project from AEM 6.1 to AEM 6.5 using CRX2OAK migration tool. The version we are using - crx2oak-1.10.0-all-in-one.jar. The command we are using is as below. java -Xmx1g -jar crx2oak-1.10.0-all-in-one.jar segment-old:<localdrive>/auth6.1/crx-quickstart/repository <lo...
Hi, I'm unable to make JAXWS web-service in AEM 6.5. I followed this which says that this is due to cfx being removed in 6.5. As per the document, i have Installed the cfx bundle provided in the article.Removed the javax.jws.*,javax.xml.bind.*,javax.xml.bind.annotation.*entries from cxf-rt-frontend-...
I'm joining a large project that is in the process of updating components and templates to 6.5. Its been difficult to tell what has and hasn't been updated without reviewing the code of each file. My thoughts are to start documenting each component with a readme as its updated. Each would have whats...
I am trying to execute the following code snippet by using the conditional operator in sightly/htl: <a href="${author ? footer.root.path @ extension = 'html' : footer.root.path}" class="-oneX-link--block text-gray-100">${footer.root.title}</a> but it is failing with th...
Hi Team, We have one Cron job scheduler which creates around 100k pages in Production (weekly twice) and then we need to publish all pages. Would like to know best approach to handle this situations so that It does not impact Prod AEM instances' performance. 1) Page by page publish OR2) Create Packa...