Hi Team, I'm not sure which Archetype the current project is using but whenever I want to extend a core component, It doesn't detect the package. I'm not sure if this is because uber-jar (currently 6.5.12) is not compatible with the core components the project has (2.20) or some other dependencie...
Hello Team, Wanted to check the actual use case of Optional.Nullable in AEM section.Why Part 1 is preferred over Part 2? Is it because of developer-friendly code?I have observed that in Part 1, by mistake if I add jcr:content at the end, i mean: String currentPagePath = "/content/abc/us/en/jcr:cont...
HI, On my Author Aem 6.4 machine I would like to activate login with Saml 2. How can I do it ?I consulted the following document "https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/saml-2-0-authenticationhandler.html" but I can't get the configurations to work. Is t...
Custom servlets have been cached in the dispatcher cache. We have a custom service in place to flush these servlet from the dispatcher upon XF replication. However, the below error is encountered during replication of the XF, as our custome servlet path is something similar to /bin/path/to/servlet. ...
Hi, I am currently helping to enhance a function, we are using AEMaaCS. it will do the following: 1. We have a customized form component for users to upload an asset with some other fields2. The form will send a post call to a servlet, the servlet will: 2.1 Save the uploaded file to a DAM folder...
AEM 6.5, SPA, Angular 9In the editor and published page via Typescript, I'd like to subscribe to a parent container component from a child component. If I drag a parent container component on the editor page and then drag a child component so it is inside of the parent container, how can the child ...
Hi All,I have a scenario where I need to call process(Job job) method in ReportJobConsumer.java which is present in com.day.cq.dam.core.impl.reports bundle . How can I add debugger to this in intellij. Thanks in advance..
Hi All,I need to mock this statement in my class.PageManager pageManager = resolver.adaptTo(PageManager.class);pageManager.getPage("/test/sample"); So in my junit class, I have this code,lenient().when(pageManager.getPage("/test/sample")).thenReturn(context.create().page("/test/sample"); while debug...
A developer is creating a custom component using sling model on the page and listing all the child pages of the root page. Wants to show all child pages on the root page itself .How can we achieve that?