Hi,I am using AEM 6.5 and following the tutorial https://experienceleague.adobe.com/docs/experience-manager-learn/spa-angular-tutorial. However after adding custom-component to the page on adding the value I am getting Invalid recursion selector value.I also checked out the source code from https://...
One of the components has reference to "cq/gui/components/authoring/dialog/richtext" and I see the below suspicion in the Patter detector results. What would be the fix for this or can this be ignored if the functionality if working as expected?
When creating an AEM project with new ArcheTypes(version > 22) for AEM 6.5 we see the pom files are getting generated with org.apache.jackrabbit:filevault-package-maven-plugin and biz.aQute.bnd:bnd-maven-plugin. If we try to remove org.apache.jackrabbit:filevault-package-maven-plugin from file the b...
Implemented a new jcr:namespace ("xyz") and based on that created a custom privilege ("xyz:superUser").Now im assigning this privilege to a testUser on a given dam path (e.g. /content/dam/we-retail/activites/biking). User also has jcr:read permission on /contentMy requirement is to hide/unhide a cus...
Hi All, I was going through the AEM link checker documentation and didn't find any details on why the "Referrer" column or its value is empty when we I hit the "http://localhost:4502/etc/linkchecker.html" url. I believe this column is to show all the references where the link is referenced, is my un...
We have an excel import functionality in our project and have below dependency for org.apache.poi <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version></dependency> This was working fine until AEM 6.2 but breaking when upgraded to AEM 6.5.6. Plea...
Relatively straightforward usage of ReferenceSearch causes my AEM log to be populated by the following warnings org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt...
Hi, I'm trying to create config.author to enable printing CJK (Chinese, Japanese, Korean) fonts in Assets annotation comments. AEM as a Cloud SDK version I'm using is from 2020 December. I know that we can set fonts easily by putting font files under crx-quickstart/fonts, but I'm not sure if we can ...
Hi There, We have a scenario in which we need to create an reference of class B in a class A and Class A in class B. We need to know whether there is any solution to this as we are getting "service unsatisfied" and a sling exception is thrown by the service. Example:class A{ @reference class B...
Scenario is I have Login form and I want to make request to /j_secirity_check which gives token in return. but in my case i called /j_security_check but its not setting 'set-cookie' in response header. I am not getting why /j_security check not return login-token in response header?Note- AEM server ...