So I have facility in my AEM code to import an comma-delimited file and turn that into pages (cq:page type) within AEM.The flow goes like this: browser => AJAX call => SlingServlet => Workflow => SlingServer => browserI want to pass a string from the Workflow back to my SlingServlet.@SlingServlet(pa...
Hi there,Following issue not happened on AEM 6.3.0.2I have AEM 6.3.1.0 version ( 6.3 with service pack1 ) in my QA environment.QA AEM author instance accessed through an vip url with 2FA (externa url with https talks to AEM author instance)When any author user tries to access the AEM author instance...
Hi all,Our content authors complain that the AEM pages take a very long time to load on their machines, and often the chrome browser shows the message "Not enough memory to open the page".The developers are able to open the pages with no such issues.We have noticed that there is a significant differ...
Good afternoon!! I am using HTL and I have to validate in the HTML code which is the my page's locale with data-sly-test. Is it possible? and if yes, How is the best way I can do this?Thank you in advance!!!
Is there any guideline or a suite of performance tests generally executed to arrive at the number of publisher instances or hosts for a site? Any suggestions or standard practices around that?
Hi All,We need to implement blog related functionality in our project we are using the adobe communities for that we are able to see the communities group in side kick as well are able to create the site and template under aem communities can some one please confirm is it need a separate license fo...
Hi All,I am using mysql database, used datasourcepool to connect, but @Reference is not working. DataSourcePool is null always.I have added dependency in pom file and did proper JDBC configuration in felix console.Please advise to fix this null pointer exception. Below is my code. @Component@Service...
Hi,I need to unescape (and then escape again) a string result of using Sightly context "styleString":a string example is background-image: url(\2f content\2f dam\2fwebsites\2fglobal\2fimages-2\2f 2018\2f 05\2fKoala.jpg);I need to unescape the String in Java and then escape it again. StringEscapeUtil...