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: Opacity of AEM Component in Author mode - Adobe Experience Manager 04-01-2022
hi @ksh_ingole7 ,This seems to be an issue with custom component you need to specifically override the CSS for author mode and call that particular clientlib css in author mode only, if you are using sightly do : or you can directly add style as : // Override the CSS here for particular component

Views

196

Like

1

Replies

0
Re: Storing Json File in dam inside folder - Adobe Experience Manager 31-12-2021
Hi @Ronnie09 I think this piece of code might help you to achieve what you are looking for.You can make use of com.day.cq.dam.api.AssetManager api to deal with creation/deletion of the assets.Thanks

Views

190

Like

1

Replies

0
Re: AEM 6.4 Query Index Traversal warning - Adobe Experience Manager 31-12-2021
Hi @NitroHazeDev ,The property indexes are easiest to use if your query is only going to deal with limited properties (however, type of index solely depends on its complexity, use & frequency)and you can use the Explain Query tool in AEM to check if the correct index is being picked up while query is executed.Please refer query troubleshooting guide to get deeper insights and understanding the impact of the query.Thanks.

Views

312

Like

1

Replies

0
Re: Component rendering twice in Publish Mode [SPA/REACT] - Adobe Experience Manager 31-12-2021
Hi @Leela-Pavan-Kumar ,This possibly happens if you are using the React.StrictMode in your markup.An ugly fix would be to snub the extra calls from en.model.json Reference:https://andreasheissenberger.medium.com/react-components-render-twice-any-way-to-fix-this-91cf23961625https://experienceleague.adobe.com/docs/experience-manager-learn/sites/spa-editor/spa-editor-helloworld-tutorial-use.html?lang=en

Views

433

Like

1

Replies

2
Re: Failed customized components after upgrading (org.osgi.framework.ServiceException: Service factory returned null.) - Adobe Experience Manager 21-12-2021
Hi @ariesyinn ,Looks like you are still using SCR annotations after upgrading to AEM6.5, can you please upgrade those to OSGi annotations.References :www.sgaemsolutions.com/2017/07/migration-of-scr-annotations-to-osgi-r6.htmlhttps://www.argildx.com/technology/migration-of-scr-annotations-to-ds-annotations/https://blog.osoco.de/2016/05/migrating-from-the-apache-felix-scr-annotations-to-the-osgi-declarative-services-annotations/ Thanks

Views

236

Likes

2

Replies

0
Re: request_for_activation workflow on AEM as Cloud - Adobe Experience Manager 21-12-2021
Hi @Asutosh_Jena_ ,Hope you are doing good. Since, it is internal resourceType one of thing you can do is to :Create an overlay of the path "cq/workflow/components/pages/model" in /apps (/apps/cq/workflow/components/pages/model) and then try, it would resolve because then it wont be internal and you have the control over the overlay path located in /apps.One more thing I would suggest to try (not sure if that would help to omit this error):Create a proxy resource havingsling:resourceSuperType: c...

Views

155

Like

1

Replies

1
Re: Why the asset upload process failed and how to solve this problem - Adobe Experience Manager 19-12-2021
Hi @user09510 ,Can you share the requests failing here.Open DevTools -> Navigate to NETWORK tab -> Try the activity again leading to this error and share the screenshot of requests failing (having error code 5xx or 4xx).Also try checking the log files for any errors being reported relevant to the performed activity.Thanks.

Views

386

Like

1

Replies

0
Re: AEM Is Not Responsive - Adobe Experience Manager 19-12-2021
Hi @ForrestLi , what are the params you are using to start the instance ?Try using -Xmx1024m -XX:MaxPermSize=256m while starting the instance.Probably you should see something in the error.org whenever the instance malfunctions.Thanks

Views

287

Like

1

Replies

1
Re: Want to add style to odd index and even index of Map in sightly - Adobe Experience Manager 17-12-2021
Hi @Ronnie09 ,This is pretty much straight forward , you can use as : ${item} ${dataPrint} ${item} ${dataPrint} Thanks.

Views

179

Like

1

Replies

0
Re: Error while trying to run IntelliJ UnitTest Debugger - Adobe Experience Manager 16-12-2021
Hi @AEMWizard ,I read certain articles on this when you reported on previous thread and seems like we face such issue where we have multi-release JARs.I found some ugly workarounds mentioned here :https://github.com/bndtools/bnd/issues/2227https://issues.apache.org/jira/browse/FELIX-5592I would recommend you to add bnd-mvn-plugin dependency as well in your project post that you can add fix-ups in the configuration as mentioned in the JIRA ticket shared above. <_fixupmessages>"Classes found in t...

Views

91

Like

1

Replies

0