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

Dinu_Arya
Dinu_Arya
Offline

Badges

Badges
37

Accepted Solutions

Accepted Solutions
17

Likes Received

Likes Received
52

Posts

Posts
201

Discussions

Discussions
35

Questions

Questions
166

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dinu_Arya
Customize the badges you want to showcase on your profile
Re: Create HTML file upload image/zip file in DAM - Adobe Experience Manager 27-09-2021
I'm getting 404. Looks like blob folder is not there.

Views

690

Like

1

Replies

1
Re: resource resolver mock in test not able to adapt query builder - Adobe Experience Manager 26-09-2021
Hi Ravi, Null pointer is when running the test case or in sling model itself?

Views

717

Like

1

Replies

0
Re: Create HTML file upload image/zip file in DAM - Adobe Experience Manager 26-09-2021
Hi @ArpitVarshney , I'm trying this in author with admin account. Regards,AryA

Views

710

Like

1

Replies

0
Re: Create HTML file upload image/zip file in DAM - Adobe Experience Manager 25-09-2021
Hi @ArpitVarshney , I tried this now but still no renditions and original rendition is empty. Regards,AryA

Views

721

Like

1

Replies

2
Re: resource resolver mock in test not able to adapt query builder - Adobe Experience Manager 25-09-2021
Try @SlingObject or @OsgiService annotation for QueryBuilder instead of adapting it from resource resolver then try mocking QueryBuilder in test case

Views

738

Likes

2

Replies

2
Create HTML file upload image/zip file in DAM - Adobe Experience Manager 25-09-2021
Hi Team, I'm trying to create a DAM asset(image or zip file) which is uploaded through HTML file upload field but the asset is not getting created properly. I'm able to create uploaded image in file system(just to check whether input stream is correct or not) with the same input stream but not DAM asset. Please help.HTML Multipart formAEM Servlet codeMap requestParameterMap = request.getRequestParameterMap();for(Entry paramPair : requestParameterMap.entrySet()) {String key = paramPair.getKey();i...

Views

736

Likes

0

Replies

10
Hide inherited page tab in 6.5 - Adobe Experience Manager 09-08-2021
The inherited page properties tab is appearing in the current page properties. We have to hide it. Please suggest.

Views

410

Likes

0

Replies

2
Re: ExperienceFragmentsService is not working - Adobe Experience Manager 22-07-2021
Hi Dipti, It's working now. Thank you.

Views

289

Like

1

Replies

0
Re: ExperienceFragmentsService is not working - Adobe Experience Manager 22-07-2021
Hi Dipti,

Views

291

Like

1

Replies

0
ExperienceFragmentsService is not working - Adobe Experience Manager 22-07-2021
Hi Team, I'm using ExperienceFragmentsService in servlet but while calling the servlet, I'm getting 404 resource not found. Whenever I remove/comment the below declaration then the servlet is working fine. I'm using AEM6.5 version.@referenceExperienceFragmentsService experienceFragmentsService ;Is there any other way to get this service to use it? Kindly help.Best Regards,AryA

Views

309

Likes

0

Replies

3