Hi,,Am working up on angularjs single page application in aem.so created a app.js that has routeprovider function.my code. app.js(function(){var app = angular.module("myApp", ["ngRoute"]);app.config(function($routeProvider) { $routeProvider .when("/ideas", { templateUrl: '/auth/apps/to...
Hi Team,I am facing issue in upgrading the AEM6.0 to AEM6.2 with the below error . Please help me to get the resolution27.10.2016 08:03:21.779 *ERROR* [com.adobe.granite.crx2oak.quickstart.extension.Main] Main.java:352 Repository migration failed.java.lang.reflect.InvocationTargetException: null ...
Hello guys, We're trying to set damadmin and siteadmin historyShow to false but not using the CRX, we tried to create the xml files under /libs/wcm/core/content/ like the first solution of this page :https://helpx.adobe.com/experience-manager/kb/slow-display-performance-welcome-page.html The problem...
Hi All,I'm working on customizing RTE plugin in Touch UI as per http://experience-aem.blogspot.com/2015/01/aem-6-sp1-touch-ui-rich-text-editor-plugin-to-upper-case.html. However for debugging and extending it to more functionalities, I'm putting alert("a"); or console.log("b"). However both are not ...
I have an issue wherein the extension ".html" has been appended to an authorable url in code. But I want this to be dynamic. As in if the Url already has ".html" authored then I need to keep it as it is and if it is relative like /content/geometrixx then only append. But when I am trying to put some...
Hi Community"Learning never exhausts the mind" :- Leonardo da Vinci“Live as if you were to die tomorrow. Learn as if you were to live forever.” :- Mahatma GandhiWe have compiled all the ATCE recordings conducted by this community, so to help our community learn and grow in the AEM.Please have a look...
Hi everyone! Each week on Twitter, @AdobeMktgCloud asks several questions to the community. Responses are transcribed here to facilitate further discussion. The following are highlights from today's chat around Big Data. Q1: Give us your explanation of what the term Big Data means.Joe Martin @joeDma...
Hi all,I am relatively new to concept of using SL4J and Apache Sling Commons Logging Framework in AEM.I need to try and write a SlingFilter in AEM that puts a MDC Key say a uuid into the request chain and then in one of my OSGI Servlets - I need to be able to log the MDC Key out as the user progress...
We are running AEM 5.6.1.20130606 and getting sporadic warnings on concurrent access of JCR sessions.The warnings seem be coming from com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter. This filter is a part of the com.day.cq.wcm.cq-wcm-mobile-core bundle. Our version is 5.6.2. A common patter...
Hi All,We have integrated Solr with CQ 5.6.1 and we are crawling site with NUTCH.need some help in resolving below issues:-Scenario 1:-After creating solr index, we tried to deactivate the page and that page was removed form solr index(it worked as normal mechanism), then we activated the same page,...