We have a multiple sites in AEM Cloud. One of the sites is taking the content path from other website and indexed in Google. Example:-website https://example.com/content/us/en/demo/sample.htmlHere the /content/us/en/demo/sample.html is not the actual path of the example.com.And it is indexed in Goog...
I faced this issue "org.apache.sling.api.request,version=[2.7,3) -- Cannot be resolved"And I found the resolution like below link,https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manage...
Hi everyone, I'm preparing for the Adobe Real-Time CDP Business Practitioner Professional AD0-E602 exam and I'm encountering some issues. I’m looking for advice on the best study materials and resources, insights into the key topics and concepts that are heavily tested, and any tips on the exam form...
Hi Folks ,Recent project challenge i wanted to ask how can integrate my Custom component with available component of Product recommendation in AEM , I also need to add the custom filter so that search gets more definitive And is there a work around based on the text can I create banner on runt...
3 questions please 1. I find that the code repo can get old when people update component policies frequently. So I'm thinking of putting the changes into the code repo. thoughts on this? 2. I tried adding an additional style in the component policy in my code repo but the changes I made did NOT show...
Hi,I have to search through site content's all the property(since any property may contain that value) and list the page path. I am using below QueryBuilder fulltext but it also return the result which partially matched. path=/content/mysite/us/en type=cq:Page group.p.and=true group.1_group.fulltext...
I've worked in an AMS setup in the past and at the time we only created a symlink in enabled_hosts to files in available_hosts. what's the better idea? option 1: create the same file (with same contents) in both available_hosts and enabled_hostoption 2: create the file only in enabled_host Thanks! P...
The team I'm on is running into a strange issue when editing content fragments in Java. A common pattern we use based on years of working with AEM is to adapt a resource as a ModifiableValueMap in Java code and then edit one of the values of that ModifiableValueMap, commit the resourceResolver, thus...
Newbie to AEM. I have a requirement to read some attributes from the system/console/jmx page. On the JMX page we are looking for Domain org.apache.jackrabbit.oak, and from that domain, we need to read the values of some attributes like AttributeName=Statistics. how do i achieve this?. online i see m...
I'm new to this development of MBeans, we have requirement to generate email if the attribute value is fails (value= LastSeenTimestamp-1) For Example JMX Domain is org.apache.jackrabbit.oak Type is Standby, Id isClient f55a9df8-c824-4517-bae5-94e75d373926You can see the below screen short and provid...