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
Searching multiple text using AEM omni search interface - Adobe Experience Manager 18-08-2022
I have a requirement to search multiple text using and operator in AEM out of the box Omni search as in the below screenshot. I am trying to search for apples AND oranges, but it is not giving the correct results. Does OOB search capable of doing it? How can we search multiple text in search interface?

Views

36

Likes

0

Replies

2
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 06-06-2022
Thank you @mrudul That fixed the issue and the bundle is active now.

Views

119

Likes

0

Replies

1
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 02-06-2022
@SantoshSai Could you please let me know how you were able to fix that 1 issue?

Views

147

Likes

0

Replies

0
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
@SantoshSai Please find attached the module structure  

Views

193

Likes

2

Replies

0
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
@SantoshSai Thanks a lot for checking. Still didn’t find a fix for it

Views

204

Like

1

Replies

2
Re: Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
Hi @Fanindra_Surat , Thank you for your reply. But isn't it possible to add a third party jar to maven pom.xml using bnd plugin import or embed packages , instead of going through these steps to import the third party jar to OSGI as another bundle? I tried directly adding the jar to osgi using felic console, but it gave HTTP ERROR 500 Server Error

Views

231

Like

1

Replies

4
Maven dependency issue while integrating GCP with AEM - Adobe Experience Manager 01-06-2022
Hi, We are working on a POC to call a google cloud storage API from AEM to retrieve an image file following the documentation - https://www.baeldung.com/java-google-cloud-storage . My class is as below ,currently in the early stages to establish the connectivity. import java.io.IOException;import com.google.api.gax.paging.Page;import com.google.cloud.storage.Bucket;import com.google.cloud.storage.Storage;import com.google.cloud.storage.StorageOptions;public class GoogleCloudConnector {public sta...

Views

243

Likes

0

Replies

13
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