Hi All, We have a business requirement where we need to secure AEM graphql endpoint with OKTA. It will be used for application to application authentication. We are using AEM 6.5 Serve pack 13. (Not on AEM as a cloud service) In our case, AEM will be the resource owner, 3rd party application wi...
Hello, I've been trying to upload two images to a Teaser component, my approach was to extend the Teaser and override the cq_dialog to add a new tab with 2 text properties and 1 image. IconTitle IconSubtitle iconfile public interface TeaserModel extends com.adobe.cq.wcm.core.components.models.Teaser...
Hi All, does any one facing the same issue and i also don't know how to reproduce and where i can check the logs as well for the particular. adobe shared this logs and i checked the custom servlet and found that it is not pointing to OOTB page Request 2 (GET /etc/replication/agents.publish.js...
please help on below query - i have two projects needs to be deployed in AEM cloud instance but each time when i deploy either of the project , app folder is getting over written for example - when i deploy pipeline for demosite then /apps/demosite folder overwriting /apps/wknd folder si...
I tried using context.pageManager().create("pagePath", "pageName", "template", "pageTitle", true); but pageManager is always null. Please give your suggestions on how to mock JcrUtil methods using Junit5
Hi, Geeks, I have a question regarding run modes, I Have setup an AEM instance on my local, and the author mode is working fine, but the Publish mode is redirecting me to the resource not found, Although I have a 6,5.0 version of AEM, can anyone please help me!
I'm following a video that talks about ContextHub and at a certain point I need to edit any page to create custom content. However, in my local AEM, in Targeting Mode, the target icon does not appear in my component. Does anyone knows what am I missing? video: https://www.youtube.com/watch?v=Khi7P...
Hi all, I created the Junits test case for one of my simple return method but while trying to run the junit test case it throws an Null Pointer Exception as below screen shot, please give some suggestion for resolving this error.
Can anybody hlp in understanding what are processing profiles and use the use of XMP writeback workflow? Why do we need this workflow? Can I disable it compeletely or for a path, say /content/dam(?!/XXXX/us/en/documents)(/.*)/jcr:content/metadata? what are the implications? This workflow also update...
Hi Team, We are trying to create junit for sling models where delegate pattern was used, but the core class reference always returns null.Is there any better way to create junit for such use case. Detailed error : java.lang.NullPointerException: Cannot invoke "com.adobe.cq.wcm.core.components.mod...