Thanks for your input @Surabhi_Katiyar. I can't find any error in console as well . I'm using service pack 5 and still getting this error. The security fix that prevents a user to login via crx/de is a real bummer! If I were able to login at least, I'd be able to see the node structure. Anyway, I'...
Hello @veemat1 you may ignore these warning messages because they do not hamper any functionality of AEM. You may suppress the warnings. Thanks, Bilal.
Hey @veemat1 I see that your eclipse is in 'Java' perspective. Please change your perspective from 'java' to 'AEM'. I hope you'd have already installed AEM developer tools. Once you change the perspective, you'll be able to see the 'properties' tab. Thanks, Bilal.
Thank you @Varun_Shakya. All the bundles are in active state and in AEM6.5 onwards, 'recompile JSP' has been removed. So nu luck until so far! I tried these things :1. Restarted my instance2. Restarted Project bundle3. Cleared classloader(/system/console/fsclassloader)4. Checked clientlibs-service u...
Hey @sagrawal you can achieve this multiple ways. Easiest would be to fire an ajax call. As @VeenaVikraman said, that depends on how your front end is designed.
Hey @danilo-delfio,I have come across these types issues when I play around with port numbers and while build, i'm unable to clean the project. Please clean your project(mvn clean), delete the 'target' folders in your working directory and check the port number in your parent pom/xml. The port numbe...
Dear Community members,Hope you all are doing great!I have setup a new AEM 6.5 and installed the service pack 5. Because my project has a dependency on ACS Commons, I have installed that as well(V4.8). My machine has Java 11 configured. After creating a fresh instance and installing all the packages...
Hi,You can write a scheduler(if you want to pull the updated content on a regular basis) and a java service that will pull the data from REST endpoint and save it in JCR(you can use service user). Let us know what exactly are you looking for, some one from the community will definitely be able to he...