I need to write servlet code which can run in AEM 6.1 as well as in 6.3. But, as we use Felix in 6.1 and SCR in 6.3 how to write a common piece of code that works for both?
I am trying to get article pages tagged with only specified cq: tags. I Followed following documentation and ACS Commons Git references.When I execute query in predicate query console it works fine. It returns me only articles only with required tags.where as when I run query in java code. I get sea...
Hi guys,In the Sling documentation, it alludes to using JavaScript instead of Apache SSIs to implement Sling Dynamic Includes (https://sling.apache.org/documentation/bundles/dynamic-includes.html#javascript-include) but it gives very little detail and no example. Is it possible to include certain c...
Hello All,I am trying to send an email to a group email I.D and it doesn't give any error but we are not receiving the Email. When I try to do the same by replacing with one email I.D then we are able to send the email.I am using "com.adobe.acs.commons.email.EmailService" and Day CQ Mail Service.Can...
Hi Team,I am using AEM 6.3 version. I am trying to create a event from 9 AM -5 PM GMT but somehow when i publish the page, event time is showing incorrectly as 8PM. Please find the below screenshot. The first view is in edit more where you can see i have set the even start time as 9AM but once the s...
Hello everybody,I am trying to update some asset information using bulk metadata import process and result is not as desired:- Imported .csv file only modifies underlined fields at Basic tab.Is it posible using bulk metadata import to change fields in Cards Covers tab as follows: Attached .csv expor...
I have to add mobile emulator in AEM 6.2 and AEM 6.3. What are the step do we need to follow to add mobile emulator ? I haven't found proper documentation for same. Please suggest some solutions.
i made a connection to repository using JCRUtils and got session. Next, I need the resource but, when I am trying to fetch resource using resourceResolver, I am getting null. Whereas, if I use session.getNode, i am getting the node (not null). I also tried to use AdaptManager to convert the node to ...
Hi All,I am trying to connect AEM 6.4 with Hybris, Steps I've followed :1. I've installed package cq-hybris-content-6.3.2 via package manager, 2. I've added cq:commerceProvider as hybris in my page and component JCR content (example /content/aemtraining/en/login-page/jcr:content) 3. In the componen...