Hi AEM Guru'sI am new to AEM 6.5 , I have a requirement in the project where I need to store the external data in JCR (example alerts data(alert desc, alertdate, isalertactive , alertclosed) , last tweet in the client twitter account etc..) and read it when required and show it on the screen.Are the...
When adding a new dependency in the POM file of an OSGI bundle (which is deployed inside an AEM package to CRX) I will often see a number of unresolved dependencies in the OSGI console. The bundle will fail to activate.Example:org.jaxen.dom -- Cannot be resolvedorg.jaxen.dom4j -- Cannot be resolvedo...
Hi,As we have requirement when we click on the download icon it should get download the current page with styles,js,html and assets on the page.Could you please share the sample code regarding the above use case and help me on this.Thanks & Regards,Kalyan
I've been following along the WKND tutorial here5 - Custom Component The initial steps with creating the byline component without any of the actual logic works, but after I added the Byline class I get I saw someone who was having a similar issue here Re: Error while deploying custom AEM component B...
Hi All,I am looking into ContextHub and followed this video Setup ContextHub (which is very clear and helpful). There is a step within this video (~2:06 mins) where we need to select "ContextHub Segments", "Cloud Configurations and "Content Fragment Models" check boxes. Is there a way we can determ...
Hi,I know that the Adobe AEM rule for Cloud Manager are available as an excel sheet through the below link.https://helpx.adobe.com/content/dam/help/en/experience-manager/cloud-manager/using/understand-your-test-results/jcr_content/main-pars/download_section/download-2/sonarqube_rules.xlsxBut, do any...
If I had a site that I deploy in AEM 6.4.3 instance, but in the source code I have the following in the pom files: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.2.0-SP1</version> <clas...