Hi All, We are trying to consume third Party API with AEM . Third party API has a Certificate and a Key for handshake. What is the correct Process to add Certificate and Key in AEM so that we can handshake using Java HttpClient. Thanks
Hi Community, I have a query, please help me with this question. I am trying to call a get method in a model class which is inside another model class, I will give a simple example below. I hope the below example is sufficient enough to answer my Question, Thank you for the replies. Class Hell...
Our AEM cloud contract allows for 1 million page views per month. How do we check our usage? As far as we know AEM Cloud has no web stats. For customers with SPA's, how does Adobe calculate page views? Thanks!
Hiii Community, As per requirement, I need to prepare a model in such a way that after clicking on checkbox more fields should be visible under them, so for this I think grouping can be the best possible solution. Default As in above image, All fields are visible, if value of checkbox is true then...
Hello Team, AEM : 6.5.13 Its typical Author-Publish-Dispatcher-Load Balancer setup. Is there any way /tools through which can create some reports including following info: 1) The URLs that generated a 404 error with the relative frequency and relative referrers. 2) The list of IPs that gen...
What is the recommendation from Adobe for the old archetype projects? Since a project has been running for years after years, archetypes and the latest features are coming up with every update.How should the old projects align with the new archetype? Is there any guideline from Adobe or how this cou...
I need to setup a local dispatcher for AEM cloud service but cannot use docker due to company policy restriction. Do we have any other procedure to setup the local dispatcher for AEM. Thanks, Harsha
I'm currently using AEM 6.5 and trying to implement GraphQL and Persisted Query API to retrieve content fragment data. Say my content fragment model's schema type looks like this: type Message {_path: ID,id: String,body: MultiFormatString} Each content fragment has a unique id that is required. The...
Hello all friends >> i'am very new in this AEM product i have one from and i want to show some subfiles by dorpdownlist from the master file i dont know the right tool and the true setup can you help me please
After updating the mockito core dependency to the latest version my test cases are failing. getting below error. java.lang.IllegalArgumentException: Illegal page name. at io.wcm.testing.mock.aem.MockPageManager.create(MockPageManager.java:100)at io.wcm.testing.mock.aem.builder.ContentBuilder.page(...