Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
AEM Unit Testing With Groovy & Spock by Theaemmaven Abstract In my last post, I explored three different ways to use Groovy in our AEM projects. Using Groovy to build OSGi components, servlets and models seemed the most promising. Now I bring you a fourth one that I find as promising. Unit testing ...
Get All The Child Nodes/Resources under a Parent Node in AEM by Bimmisoi Abstract It is very common scenario where we need to get all the child nodes under a parent node in AEM. We can use below code : List childrenList = new ArrayList<>(); public void getAllChildNodes(String parentPath) { Resou...
AEM 6.5.10.0 - Select Experience Fragments in RTE (Rich Text Editor) Link Plugin by Sreekanth Choudry Nalabotu Abstract Goal In the Path Field picker of RTE Link Plugin, Experience Fragments are NOT shown by default. This extension is to adjust /libs/cq/gui/content/linkpathfield/picker/views/column...
Hi, I built a page and an experience fragment and placed the fragment on the page. Now the page is redirecting to the actual experience fragment and I can't edit the page at all.When I press edit it looks to be loading /content/company/au/en/section/section/page.html and then redirects to /content/e...
We are using the cloud AEM, and have several sites using the built in DAM for assets.We have also purchased Adobe Dynamic media, and we can see it listed in our https://adminconsole.adobe.com/as one of our products. However, there seems to be no control panel for it, no way to login or activate it,...
Hi Team,We have upgraded from Oracle JDK 1.8.0_192 to Open JDK 11.0.1 on our STAGE Author server where AEM 6.5.5.0 is running on Tomcat 8.5.61 Application Server. While running workflows we are getting java.lang.ClassNotFoundException: javax.activation.DataHandler error as mentioned below. 16.02.202...
Hello All, Our author environment (6.5.9) is being flagged for the outdated version of JQuery (1.12.4-aem) in vulnerability scans. I understand that this is an Adobe-modified version and not the default 1.12.4 that has reached it's EOL.Would like to know what measures were done to mitigate security...
Hi All, I have implemented extension less url and I have set the document root to stored to the pages. Before extension less implementation cache page stored in specific content/ project folder but now it stored in the root level. I am not sure this issue is due to that extension less.b...
Hi, we have a requirement to convert aem page which is assembled using content fragments to PDF. I have followed this approach but it isnt working. http://experience-aem.blogspot.com/2019/06/aem-65-workflow-step-to-generate-pdf-of-sites-page-during-activation.html