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: Removing Service Packs from Install Folder - Adobe Experience Manager 11-06-2022
Hi @basil , What I think is you are looking for a deletion logic for packages without getting rid of the content.Lets understand the packaging in AEM and how it is stored in CRX. Open CRX/DENavigate to /etc/packages folder.Here you will find all the package_groups folder listed.For eg. I have service pack 6.5.9 uploaded yet (not installed).The group is adobe/cq650/servicepackWhen the package is in uploaded state you cansee a node in crx at:/etc/packages/adobe/cq650/servicepackNow, when you insta...

Views

58

Like

1

Replies

0
Re: Making scene7 soap call from spring boot! - Adobe Experience Manager 10-06-2022
Hi @akashs71073883 , The error looks like the annontations are not being followed properly.Are you adding any annotation on CreateRequest() method ?Thanks,Milind

Views

114

Like

1

Replies

2
Re: using es6 function not working after the minify - Adobe Experience Manager 08-06-2022
Hi @AEMStarterNewbie , Are you generating a webpack sorta js and adding the same to the clientlibs and post that the code is not working fine?You can override the default aem minification by adding following property in ClientLibraryFolder:jsProcessor="[default:none,min:none]"Let me know if that doesnt help or there is a gap in my understanding.Thanks,Milind

Views

141

Like

1

Replies

0
Re: JWT Bearer Token returns Invalid Assertion - Adobe Experience Manager 08-06-2022
Hi @sriram_1 ,Check this link : https://medium.com/tech-learnings/how-to-manage-the-protected-aem-resources-through-oauth-2-0-851ce4c7a5efI would also suggest you to use : https://jwt.io/ for validation.The structure of the JWT assertion looks like thisBase64URL({header}).Base64URL({claims}).Base64URL(RSA(SHA256(Base64URL({header}).Base64URL({claims}))))or grouped a bit differently for readabilityencodedHeader = Base64URL({header})encodedClaims = Base64URL({claims})token = encodedHeader.encodedC...

Views

91

Like

1

Replies

0
Re: I created an OSGI service that accesses a configuration in configMgr. How do I access this service inside a workflow item? - Adobe Experience Manager 08-06-2022
Hey @jayv25585659 , As you have already mentioned that you are using a OSGIService which is accessing the OSGIConfig.MyConfiguration:@ObjectClassDefinition( name = "My Configuration", description = "This configuration reads the values") public @interface MyConfiguration { // All attribute definitions } MyServiceUsingConfig looks like :@Component(service = MyServiceInterface.class, immediate = true) @Designate(ocd = MyConfiguration.class) public class MyServiceUsingConfig implements MyServiceInte...

Views

80

Like

1

Replies

0
Re: AEM Inline Editor adds "span" tag to text with inline styles when removing a line break - Adobe Experience Manager 08-06-2022
@amohite hi, I tried performing the same steps on RTE locally. For me it is working fine when I merged the two paras, there are no extra spans added at all. I am using AEM 6.5.5resourceType :: cq/gui/components/authoring/dialog/richtextCan you check you dont have any custom code changing the data before saving ?Thanks,Milind

Views

110

Likes

3

Replies

0
Re: Issue after deploying project to author instance - Adobe Experience Manager 01-06-2022
Hi @Vani1012 , Are you still facing the issue, or you did something to fix ?Thanks,Milimd

Views

81

Like

1

Replies

2
Re: AEM Site, forms rest api endpoints - Adobe Experience Manager 27-05-2022
Hi @akshaybhujbale , The usecase you are referring to can be achieved in AEM by using Headless AEM concepts.Here is the Headless tutorial link for the same:https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/overview.html?lang=en Happy learning!Thanks,Milind

Views

139

Like

1

Replies

1
Re: ExternalLoginModule No IDP found issue - Adobe Experience Manager 27-05-2022
Hi @Vani1012 , I see multiple questions for the issues you have been facing to create a fresh react SPA project and here is a nice series of youtube video tutorials.I am sharing the link of the first tutorial by @aemgeeks : https://www.youtube.com/watch?v=9w9-2q_oDwQYou can follow the series of react SPA development and can setup easily. May the code be with you, cheers! Happy learning!Thanks,Milind

Views

64

Like

1

Replies

0
Re: FelixStart level issue after deploying project into author - Adobe Experience Manager 27-05-2022
@Vani1012 looks like duplicate question of td-p/453645.Please close this one and use the thread linked above.Thanks,Milind

Views

94

Like

1

Replies

0