Hi All, I have a MSM website, wherein I have a local country site under this path(/content/cl-ma-sp/xxx). I want to list of locally created pages from "/content/cl-ma-sp/xxx", not coming from the master. Can anyone share the sql2 query to retriew the results. Please find the attachments. Can an...
Hi All I'm using aem mocks in my project Aem mocks version: 5.0.0 Aem mock core version:5.0.0 And i have written a junit test class like below Private AemContext aemContext = new AemContext @Before Public void setup() { Assest asset = aemContext.create().asset("/content/dam/simple.jpg", 24...
Hi, We need to integrate SOAP API in AEM. I followed the below blog for the integration https://one-inside.com/soap-web-services-aem/ This is working fine, and the classes are generated. In my pom.xml I am adding a plugin with the wsdl url, which generates the class. I have a scenario to t...
Good morning, I have an on premises architecture with two author machines. When you install a new application package through the "/crx/packmgr/index.jsp" on the first author node, is the second node in standby automatically updated or is it necessary to replicate the package? Thanks
Hi All, I have requirement parent page automatically redirect to first child page which is specific template type How to do in Sightly or need to do in java.
Can we do custom logic on indexing process to create a custom field and value? For example, adding a custom logic to convert value from field ABC from AEM to value in field ABC1 in SOLR
Greetings AEM community, is there the possibility of adding swipe/touch events to Core Carousel for a better mobile UX? If so, is there a timeline. Regards!
Hi Team, I am trying to read custom property from jcr:content through sling model it is working as expected. properties.get("xyz:description", String.class)) but xyz:description having html content which is having all html tags. Ex:-xyz:description <div class="ExternalClassA70F215EC26842B6AB7...