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

P_V_Nair
P_V_Nair
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
37

Posts

Posts
61

Discussions

Discussions
12

Questions

Questions
49

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by P_V_Nair
Customize the badges you want to showcase on your profile
Indexing issue when trying to get a node name matching a value from JCR - Adobe Experience Manager Assets 25-08-2022
I have the below query to get a image node from an instance over 1 million assets type=dam:Asset path=/content/dam/company/product-assets nodename=test.tif p.limit=-1 XPATH Query /jcr:root/content/dam/company/product-assets//element(*, dam:Asset)[(fn:name() = 'test.tif')] SQL2 select [jcr:path], [jcr:score], * from [dam:Asset] as a where name(a) = 'test.tif' and isdescendantnode(a, '/content/dam/company/product-assets') This gives me node traversal error. Can someone help me how I can recreate t...

Views

1

Likes

0

Replies

0
Re: Searching multiple text using AEM omni search interface - Adobe Experience Manager 19-08-2022
Thank you @lukasz-m for your reply.

Views

14

Like

1

Replies

0
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 06-06-2022
@mrudul What was the resolution? How did you managed it?

Views

113

Likes

0

Replies

0
Re: Dispatcher rewrite rule for redirection to a sling servlet - Adobe Experience Manager 27-05-2022
I had to add a slash to the above rule you gave as below RewriteRule "^/reader""/apps/sling/servlet/asset/test-reader"[PT] and that worked. Thanks a lit @arunpatidar

Views

89

Likes

2

Replies

0
Re: AEM - SQL Query with function based indexing for LOWER - Adobe Experience Manager 20-05-2022
Here you could see I have created similar folder hierarchy and uploaded one jpg with similar name - Query with LOWER function is giving me result - Could you please test your query using Tools--> Operations--> Diagnosis-->Query Performance --> Explain Query as shown below - Tested on AEM 6.5.9

Views

91

Like

1

Replies

0
Re: How to ignore servlet requests with query parameters from caching in dispatcher and Akamai - Adobe Experience Manager 18-05-2022
By default the dispatcher does not cache requests which do have a query parameter. With Akamai I am not sure, but it should be easily possible to do the same.

Views

178

Like

1

Replies

0
Re: Trigger AEM Event listener : Declaring resolver object globally to be available inside activate and onevent method to be thread safe - Adobe Experience Manager 14-04-2022
Yes. This is exactly the way I have implemented it now. Will try to add the finally in deactivate method and see, how it goes. Thank you @lukasz-m

Views

309

Like

1

Replies

0
Adobe Sonar cube issue: The class or interface com.google.zxing.common.BitMatrix has been deprecated and is not recommended to be used on AEM - Adobe Experience Manager 06-04-2022
I am having a use case to create a QR code image based on a EventListener which gets triggered, when we save a content fragment after adding few properties.I used com.google.zxing API to make this functional and it is all working fine and able to create QR code images.During automatic code review from Adobe cloud manager, we got two observations from Sonar Cube as below.The class or interface com.google.zxing.WriterException has been deprecated and is not recommended to be used on AEM. - MinorTh...

Views

54

Likes

0

Replies

0
Re: How to add default value to a drop down field in a content fragment model - Adobe Experience Platform 08-03-2022
I removed the below property from the properties so that I have one of my option selected as default.This is the work around I have applied , since there is no required property available for OOB enumeration field in CF.

Views

228

Likes

0

Replies

0