Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

HeenaMadan
HeenaMadan
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
54

Posts

Posts
52

Discussions

Discussions
12

Questions

Questions
40

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HeenaMadan
Customize the badges you want to showcase on your profile
Re: payload is getting null in AEM publisher environment - Adobe Experience Manager 17-08-2022
Can you please share more details on payload .. what is the use case?

Views

35

Likes

2

Replies

0
Re: While running my AEM Jar I am getting the error - Adobe Experience Manager 17-08-2022
Check whether your Apache Sling Authentication Service Bundle is active or not. Go to http://localhost:4502/system/console/bundles and verify. If it is not active then try to activate it manually. If the bundle is active and you still get the issue then other solution is to re-index your repository. Refer this https://cqdump.joerghoh.de/2022/03/17/how-to-analyze-authentication-support-missing/

Views

17

Like

1

Replies

0
Re: Calculating date and time duration (in hours, and days and hours) - Adobe Experience Manager 16-08-2022
A flexible formatting (but not using the Java Time API yet) is provided by https://commons.apache.org/proper/commons-lang/javadocs/api-3.0/org/apache/commons/lang3/time/DurationFormatUtils.html

Views

42

Likes

2

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
You can use google.gson api to pass json in response. try this. @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { ResourceResolver resourceResolver = request.getResourceResolver(); Resource resource = resourceResolver.getResource("/content/myproject/language-masters/en/jcr:content/root/container/container/mycomponent"); ProductDetails productDetails = ProductDetails.builder().id("component-id").name("modelname").build(); String jsonString = this...

Views

82

Like

1

Replies

0
Re: Lucene Index for Querybuilder query - Adobe Experience Manager 14-08-2022
You need to follow this 4 steps approach - Step 1: Use AEM query builder debugger url http://localhost:4502/libs/cq/search/content/querydebug.html to generate xpath query as shown below - Query builder query - type=cq:Page path=/content/mysite/country/locale 1_property=jcr:content/cq:template 1_property.value=/conf/mysite/wcm/settings/contentpage-template 2_property=jcr:content/root/container/feature/Id 2_property.value=1234589 Xpath query - /jcr:root/content/mysite/country/locale//element(*, cq...

Views

69

Likes

3

Replies

0
Re: Are results on headless cached? - Adobe Experience Manager Headless 13-08-2022
Yes, you can use Persisted GraphQL queries to cache response. Refer Adobe offical doc https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/advanced-tutorial/graphql-persisted-queries.html?lang=en

Views

33

Likes

0

Replies

0
Re: com.google.guava not deploying to console when embedded as a third party dependency - Adobe Experience Manager 12-08-2022
Please check this link as well and suggest if this could be the reason. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unable-to-resolve-bundle/td-p/229089

Views

68

Like

1

Replies

0
Re: Google map integration using API - Adobe Experience Manager 12-08-2022
You need to enable billing on your project first. Google doc says: You have not enabled billing on your project which is causing this error. You must enable Billing on the Google Cloud Project. Login with your account and check here to create billing account. For billing refer here

Views

58

Likes

2

Replies

0
Re: Dispatcher flush for multiple sites - Adobe Experience Manager 12-08-2022
To provide permission to each user, Go to aem author instance http://localhost:4502/aem/start.html Click on Tools > Security > Permissions search user and provide read access ( jcr:read) to the user to any paths that you would like the agent to be allowed to flush for the referenced site. For example: /content/geometrixx, /content/dam, /etc, /var etc and click save. Create users first before step #9 Thanks, Heena

Views

34

Like

1

Replies

0
Re: Error while setting up dispatcher at local for AEM as Cloud - Adobe Experience Manager 12-08-2022
Did you open localhost:8080 and It would be good if you share logs? Refer this blog https://codingwithtea.blogspot.com/2021/10/aem-dispatcher-setup-windows.html

Views

37

Like

1

Replies

0