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 ...
With AEM 6.5 I was able to put hotspots with different href for dam/images.But when I try to include those images with a component then those hotspots of images are not working. Do we need to dynamic media account to getting enabled this function with AEM 6.5 ? If not what I need to do for working i...
Hello Community - I need your suggestion related to etc/map redirect. I am trying to implement the below redirect PS: We don't want to make any changes in Apache. DNS: www.prepaid.test.com/prepaidcards/student.html -> www.prepaid.test.com/content/test/en/account/cardenrollment.html Existing setup is...
Hello. I have the license key for AEM 6.5, but unfortunately system got crashed and missed the jar file. Is there a way I can get the file for reinstallation.
This may not be exclusively for AEM, but I would like to know what is the best approach considering the framework.I’m creating an Infinitescroll solution in a JSP fileI have a java class that uses query builder to load content into a jsp page. The class will load a content list based on a search fil...