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

TarunKumar
TarunKumar
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
14

Posts

Posts
18

Discussions

Discussions
8

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TarunKumar
Customize the badges you want to showcase on your profile
Re: Workflow Email Notification - Adobe Experience Manager 25-08-2022
hi @khasinaparveen ,   Can you please provide more details.   Thanks

Views

3

Likes

0

Replies

0
Re: Add H4 in Content Fragment RichText Editor - Adobe Experience Manager 25-08-2022
@TarunKumar Thanks for your reply but the ask is regarding Richtext plugins of Content Fragments not the regular touchui dialog.

Views

12

Likes

0

Replies

0
Re: Adobe io campaign API integration with aem - Adobe Experience Manager 25-08-2022
I was able to solve it. Just simulated the behavior wit postman call in my java code and it worked.

Views

4

Likes

0

Replies

0
Re: Aem Dispatcher - Delete all cache - Adobe Experience Manager 09-06-2022
You could also check https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-flush-ui/index.html which might be useful for creating a CICD pipeline that cleans cache (we used it when we had no direct connection between CICD pipeline and dispatcher due some project limitations)

Views

143

Like

1

Replies

0
Re: Why won't Google Cloud Storage work in AEM (for me)? - Adobe Experience Manager 08-06-2022
Unfortunately, I never got this to work in AEM. I ended up side-stepping AEM, and developed a java app outside of AEM to handle the file uploads up to the Google cloud storage bucket.

Views

167

Likes

0

Replies

0
Re: Adaptive forms exception after upgrade to AEM 6.5.10 - in createGuideInitializationState - Adobe Experience Manager 30-11-2021
Hi @TarunKumar I just wanted to add also that I was finding the same issue after updating to 6.5.10 and your reply solved the issue. Thanks!

Views

208

Like

1

Replies

0
Re: Delegation Pattern for Sling Models returns null object - Adobe Experience Manager 15-11-2021
@TarunKumar ,Resource resource = req.getResourceResolver().getResource("/content/hq/en/testpage");in this line what ever the path you are giving, that resource should be of type myproject/components/content/navigation.

Views

595

Like

1

Replies

0
Re: SlingQuery find() vs has() and default strategy - Adobe Experience Manager 18-10-2021
Hi,As per my understanding the Sling query does not uses the index and much slower as compared to JCR queries. Has methodPick such resources from the collection that have descendant matching the selector. Find method vs JCRfind() is powerful but may be dangerousit should be used only for small subtrees becaus it collect whole tree and apply selectorif you want to query a large space, use JCR-SQL[2] or XPathif your SlingQuery processes more than 100 resources, you’ll get a warning in the logs:24....

Views

244

Like

1

Replies

0
Re: AEM-6.5 Google Oauth Client Jetty - Adobe Experience Manager 28-07-2021
@TarunKumar,Not sure if any of the transitive dependencies of google-oauth-client-jetty is in need of com.sun.net.httpserver, Can you try adding the same in Import-Package entry with resolution:=optionalAlso, In the Export-Package entry, remove the version information and cross check if you have mentioned all the Java Package names (related to the dependency) that you are using in the actual code/functionality. If you still face any issues, share the code snippet that is making use of google-oau...

Views

454

Like

1

Replies

0
Likes from