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...
Hi All, I have created recently a project using maven archetype 26. I am using bnd-maven-plugin not maven-bundle-plugin in the project.I am getting org.apache.sling.testing.mock.osgi.NoScrMetadataException: No OSGi SCR metadata found for class error while running unit test.The META-INF and OSGI-INF ...
I have to write a Unit Test for a servlet that uses @Referenceprivate transient SearchService searchService;When I run the doGetTest I get a NullPointerException since this searchService is null:@Testvoid doGetTest() throws IOException { MockSlingHttpServletRequest request = context.request(); ...
I have created a project using Venia, there are no issues with CIF component, working just fine, I have to create some custom components for which I want to use React js, but not sure how to pass the data to react component as props. I dont want to make an API calls for each and every components to ...
Hello fellow members, This new Apache Log4j Remote Code Execution Vulnerability (CVE-2021-44228) was reported yesterday (read more).We're on AEM 6.5 and understand that AEM uses a minimalist version of log4j over slf4j. I'd appreciate any inputs from this community to understand if this vulnerabilit...
Have you heard of AEM User Groups? Newly launched in October 2021, AEM User Groups are customer-led meet ups intended to help users succeed with using AEM. Whether you are a developer, Sites enthusiast, or Assets expert, we invite you to explore the list of chapters available and join the one tha...
Hello AEM Community! We're facing the strange issue - 403 Forbidden only in one instance when we open assets menu in the Toggle Side Panel:What can be the problem with permissions and how to solve it? Any ideas? Thx a lot in advance.
ESI : Rendering Dynamic Content | AEM by engineering.icf Abstract What is ESI ? Edge Side Includes or ESI is a small markup language for edge level dynamic web content assembly. The purpose of ESI is to tackle the problem of web infrastructure scaling. It is an application of edge computing. Stati...
AEM Custom Asset Compute Worker to Generate Content Fragments by Vishal Abstract AEM as Cloud Service’s Asset Compute microservices support the development and deployment of custom workers that are used to read, and manipulate binary data of assets stored in AEM, most commonly, to create custom ass...
Implementing Interactive Communication in AEM Forms by Suvadeep Dey Abstract This article aims to provide down the steps required to implement Interactive Communication in AEM Forms. This is a very complex process as par various online product documentation. The idea behind this article is to try a...