Thanks for the update @kapil_rajoria I’ll ensure that the environment is using Java 11, as recommended for better compatibility with AEM, and I will check if any bundles are in installed or resolved state.Will keep you posted once the bundles are active and the issue is resolved.
Hello @everyone,After installing a service package through the AEM Package Manager, my AEM instance fails to start properly. It was working fine before installing service-pkg.My System Setup:Java: 17.0.12 (LTS)Maven:3.9.9Node: v14.15.4NPM:6.14.8 Would appreciate any pointers or tro...
Hi @everyone, In Adobe Experience Manager (AEM), when defining a Sling Model with the following adaptation:@Model(adaptables = { Resource.class, SlingHttpServletRequest.class }) What is the purpose of still using the @Self annotation for fields such as:@Selfprivate Resource resource;@Selfprivate Sli...
Hi @everyone, What is the difference between 'Adaptables' and 'Adapters' in Adobe Experience Manager (AEM) Sling Models? I would appreciate any insights on the distinctions between these two concepts and how they are applied in the context of Sling Models in AEM. Specifically, how do Adaptables and ...