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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: Sling Framework Part - 1 - Adobe Experience Manager 15-12-2021
Hi @SantoshSai,The article is informative and useful for beginners or anyone who is new to Sling framework. Thanks for sharing, Cheers!

Views

111

Likes

2

Replies

0
Re: Error: Failed to load data AEM version 6.5.0 - Adobe Experience Manager 15-12-2021
Hi @francescadac , Request you to check the network tab and check for multiple requests of pulse.data.json.If YES, follow https://helpx.adobe.com/in/experience-manager/kb/Too-many-workflow-inbox-items-crashes-AEM-due-to-pulse-data-json-calls.htmlIt will fix your issue. If not please delete the completed instances of workflow under instances path(/var/workflow/instances) and retry.P.S: You might also see the same error when selecting any of the page in /sites.html .If you still face issue, please...

Views

812

Like

1

Replies

0
Re: com.day.cq.dam.api.s7dam.scene7 does not exist after uber-jar-6.5.11 upgrade - Adobe Experience Manager 15-12-2021
Hi @lukasz-m , Thanks for the reply. However below dependency solved the issue. Thank you! cq-dam-scene75.6.20com.day.cq.damprovided

Views

221

Likes

2

Replies

0
Re: AEM Unit Test for servlet - Adobe Experience Manager 14-12-2021
I did as you suggested @Testvoid doGetTest() throws IOException { searchService = mock(SearchService.class); GoogleMapsApiConfigurationModel model = new GoogleMapsApiConfigurationModel(); String one = "one"; String two = "two"; when(searchService.getResults(model, one, two)).thenReturn(null); MockSlingHttpServletRequest request = context.request(); MockSlingHttpServletResponse response = context.response(); underTest().doGet(request, response); I am getting the following error when I run the tes...

Views

544

Like

1

Replies

0
Re: org.apache.sling.jcr.resource,version=[2.2,3) -- Cannot be resolved AEM 6.5.0 - Adobe Experience Manager 12-12-2021
Hi @ariesyinn may I know that is the version of core WCM components which you are using..??

Views

190

Like

1

Replies

0
Re: Adobe documentation Pages going to 404 - Adobe Experience Manager 11-12-2021
The pages are loading fine. If you are using any VPN, please check the settings.

Views

224

Likes

2

Replies

0
Re: Upgrading Jackson databind version causes compilation error. - Adobe Experience Manager 09-12-2021
Hi @kkhan_123, this looks like very similar issue to the one described under this topic [1]. I think that solution presented there should allow you to solve your problem.[1] - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/including-com-fasterxml-jackson-dependency-causing-errors-i-e/td-p/424752

Views

414

Likes

2

Replies

0
Re: How to import an AEM zipped package (/conf) to local IDE? - Adobe Experience Manager 09-12-2021
Hi @infiniteshi,I understand that you already have downloaded the ZIP package from CRX/DE and you have successfully unzipped it (If not, use "archive utility" or use terimal cmd : "unzip ").Now if you open the files and get till the conf folder, you might see .content.xml file (If not, use CMD+Shift+'.' or you can see via terminal cmd: "ls -a" to display files starting with ".", which are hidden by default in finder).Now to commit the same you can create folders having those .content.xml.For ins...

Views

143

Likes

2

Replies

0
Re: Adding SPA Component to Experience Fragment - Adobe Experience Manager 01-12-2021
We use MapTo() to map the react component with created aem custom component holding the properties. Technically it should work since once content fragment is created it will resolve the rendering markup from mapped react component.

Views

125

Like

1

Replies

0
Re: Anonymous user is showing after successful authentication - Adobe Experience Manager 01-12-2021
HI @khushbu16anand,Can you check if the session ID is also same for the users getting logged in.Also, check if your handler is available under "Registered Authentication Handlers" for the path you are trying to access. (Navigate to Sling Authenticator in Felix console via http://localhost:4502/system/console/slingauth)

Views

153

Like

1

Replies

0