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

saurabh_kumar_02
saurabh_kumar_02
Online

Badges

Badges
15

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
24

Posts

Posts
34

Discussions

Discussions
11

Questions

Questions
23

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by saurabh_kumar_02
Customize the badges you want to showcase on your profile
Re: How to Migrate @Property with new osgi annotaion - Adobe Experience Manager 16-12-2021
Hi @saurabh_kumar_02, you should use separate entry for each extension, like below@Component(service = Servlet.class, metatype = true, property = { "sling.servlet.resourceTypes=" + "NameConstants.NT_PAGE", "sling.servlet.selectors=" + "image", "sling.servlet.extensions=" + "jpg", "sling.servlet.extensions=" + "jpeg", "sling.servlet.extensions=" + "png", "sling.servlet.extensions=" + "gif" })

Views

139

Likes

4

Replies

0
Re: How to access Design Dialogue Properties in Sling Model. - Adobe Experience Manager 19-11-2021
@saurabh_kumar_02,From the Sling Model Injectors, have you tried?@ScriptVariable private Design currentDesign; @ScriptVariable private Designer designer; @ScriptVariable private Design resourceDesign;You can find the entire list of Sling Model Injectors from here, https://sourcedcode.com/blog/aem/aem-sling-model-injectors-annotations-reference-guide

Views

375

Like

1

Replies

0
Re: Core Image Component - Not able to view Image - Adobe Experience Manager 28-09-2021
Hi @saurabh_kumar_02 Can you check in your dynamic media classic app if this image is published and if published check the url path there and compare.Let me know after that. Hope this helps!!Thanks

Views

117

Like

1

Replies

0
Re: Videos not playing on publisher instance in my local. - Adobe Experience Manager 27-09-2021
Hi @ashwinissrinivas You can also check in crx console in the publish instance. As long as all assets and components are on Publisher , it should behave the same as on the Author instance.

Views

217

Like

1

Replies

0
Re: Image Component v2 not rendering cq: dialogue property - Adobe Experience Manager 08-09-2021
Hi @saurabh_kumar_02 , If you have dynamic media account and configured with AEM and then enabled DM feature via Image component policy those properties should ideally be visible to you. else it won't.

Views

377

Like

1

Replies

0
Re: Getting error on Varnish - Adobe Experience Manager 03-09-2021
thanks was null pointer....but why the same is working on publisher? 

Views

208

Like

1

Replies

0
Re: SVGs with transparency in AEM6.5 - Adobe Experience Manager 01-09-2021
I think this is just css Issue. try to Inspect that image you will get it.

Views

202

Like

1

Replies

0
Re: AEM TAGS - Adobe Experience Manager 30-08-2021
Hi @saurabh_kumar_02,Per the snippet shared, issue is not with Locale. tag.getTitle("locale") will return default title(as if we are invoking getTitle()) if locale is null. Things to cross checkCheck if your resourceResolver is having permissions to access /etc/tagsYou are directly adapting resourceResolver to Tag object. Instead it should be to TagManager. If you want to adapt to a Tag object, it should be resource object that can be adapted to Tag, say resource.adaptTo(Tag.class)The resource w...

Views

314

Like

1

Replies

0
Re: GC Overhead limit exceeded. - Adobe Experience Manager 24-08-2021
Thanks @shya for detail explanation.

Views

297

Like

1

Replies

0
Re: problem in uploading the package - Adobe Experience Manager 23-08-2021
Hi @user96222 , There is a thread for similar kind of issue-https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/folder-handler-did-not-accept-xxx-js-500/td-p/287104

Views

227

Likes

2

Replies

0