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

prachiz
prachiz
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
13

Posts

Posts
34

Discussions

Discussions
10

Questions

Questions
24

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by prachiz
Customize the badges you want to showcase on your profile
Re: Not able to get the array or tags using TagManager - Adobe Experience Manager 06-04-2020
I have used the exact tag names.  

Views

6.2K

Likes

0

Replies

0
Re: Not able to get the array or tags using TagManager - Adobe Experience Manager 06-04-2020
I tried using specific path for a specific order2 as belowResource tagpath3=resolver.getResource("/content/orders/order2");Tag[] tags=tagManager.getTags(tagpath3);it's returning the tag node, However, I want to get list of all the order nodes containing specific tag, "Pencil". Is there any way I could do that using find method? Thanks!

Views

6.2K

Likes

0

Replies

0
Re: Not able to get the array or tags using TagManager - Adobe Experience Manager 06-04-2020
Thanks @Vijayalakshmi_S for the help!I'm able to get the list of tags now I have a few nodes under content/orders which contains jcr property cq:tags.Is there any way I could get the list of nodes tagged with specific tags, e.g., Pen? I tried using find method, but it's giving null iteratorString[] tagnames={"Pen","Desk"};RangeIterator it = tagManager.find("/content/orders",tagnames);Thanks!

Views

6.2K

Likes

0

Replies

0
Not able to get the array or tags using TagManager - Adobe Experience Manager 06-04-2020
Hi,I have created the tags under /content/cq:tags/excel-challengeWhen I try to get the list of all the tags under the above path, I get ArrayIndexOutOfBoundsExceptionResource tagpath=resolver.getResource("/content/cq:tags/excel-challenge");Tag[] tags=tagManager.getTags(tagpath);logger.info("Length of tags:"+tags.length); Thanks in advance.

Views

6.5K

Likes

0

Replies

9
Re: Not able to get Resource Resolver - Adobe Experience Manager 02-04-2020
@BrianKasingli @Theo_Pendle Thanks for the help!Issue is resolved. I was trying to register service user for com..core as below code, but my OSGi bundle symbolic name was core only, however, I'm not sure why bundle name didn't have artifact id. Ideally, BSN should have GroupID+ ArtifactID or ArtifactID. user.mapping="com..core:excel-service-user=excel-service-user"/>

Views

6.0K

Likes

0

Replies

0
Re: Not able to get Resource Resolver - Adobe Experience Manager 01-04-2020
@BrianKasingli Tried the code above but no luck! Seems like there are some issue with project creation. My OSGi bundle symbolic name doesn't have group id. Not sure whether it will affect the other functionalities or not.

Views

6.0K

Likes

0

Replies

0
Re: Not able to get Resource Resolver - Adobe Experience Manager 31-03-2020
Method is invoked when I debug the code, debugger stops at resourceResolver = resourceResolverFactory.getServiceResourceResolver(authInfo);At that point, I don't see any errors in log and debugger doesn't move further. I get the message on debug console that application is running.

Views

6.0K

Likes

0

Replies

0
Accessing excel file from dam in custom workflow step - Adobe Experience Manager 30-03-2020
Hi,I have saved an Excel file under assets->files. I need to parse this file in my custom workflow step. How could I access the file in execute method of custom step? Thanks.

Views

591

Likes

0

Replies

1
Re: Not able to get Resource Resolver - Adobe Experience Manager 30-03-2020
I could see my service-user @ http://localhost:4502/crx/explorer/index.jsp. and Permissions are applied.

Views

6.1K

Likes

0

Replies

0
Re: Not able to get Resource Resolver - Adobe Experience Manager 30-03-2020
I don't see any error in the error.log or my project log file. Not even login exception.

Views

6.1K

Likes

0

Replies

0