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

Umesh_Thakur
Umesh_Thakur
Offline

Badges

Badges
32

Accepted Solutions

Accepted Solutions
69

Likes Received

Likes Received
228

Posts

Posts
225

Discussions

Discussions
25

Questions

Questions
200

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by Umesh_Thakur
Customize the badges you want to showcase on your profile
Re: AEM cloud, where to set image cache headers? - Adobe Experience Manager 21-09-2021
Hi @TB3dock,If you have certain pattern of your image then I think you can take advantage of acs.commons.http.headers.impl.DispatcherMaxAgeHeaderFilter.Please have a look of the below url:https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-ttl/index.html Hope this will help.Umesh Thakur

Views

235

Like

1

Replies

1
Re: inline JavaScript issue - Adobe Experience Manager 19-09-2021
are you using dispatcher URL to access the publish instance when you see the issue?is minification enabled on your publish intance? if yes then try to see with minification disabled.by the way by default wcmmode is disabled on publisher so chek in this way also.Hope this will help.Umesh Thakur

Views

482

Like

1

Replies

2
Re: getting error while building the aem 6.1 - Adobe Experience Manager 17-09-2021
please have a look the below URLhttps://stackoverflow.com/questions/40926887/not-able-to-install-bundle-in-felix-console-through-mavenhope this helpsUmesh Thakur

Views

212

Like

1

Replies

0
Re: How to clear yarn / npm cache, or remove *.lock files - Adobe Experience Manager 15-09-2021
try to delete your node module folder and run npm install command and see.It should work fine.UmeshThakur

Views

769

Likes

2

Replies

1
Re: Maven build is failing due to artifact transfer issue. - Adobe Experience Manager 13-09-2021
okeeeey, Can you please share the entire stacktrace of the error then?and which maven command you are using?

Views

799

Like

1

Replies

1
Re: Maven build is failing due to artifact transfer issue. - Adobe Experience Manager 13-09-2021
that should be your settings.xml file in your .m2 or m3 directory.in above mentioned file you will have one profile section there you can see url for and . Just you need to update the url for the same.Hope this helps.Umesh Thakur

Views

803

Like

1

Replies

3
Re: Maven build is failing due to artifact transfer issue. - Adobe Experience Manager 08-09-2021
Instead of http://repo.adobe.com/nexus/content/groups/public/ try using https://repo.adobe.com/nexus/content/groups/public/ it should solve your issue.Hope this will helpUmesh Thakur

Views

837

Likes

2

Replies

5
Re: Error while building aem-guides-wknd project - Adobe Experience Manager 07-09-2021
I think you don;t have latest version of the analyser plugin. find the latest version of the plugin--> update your POM for the version. and then run your build command once again.although your build was done.See the below article on the same.https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/build-analyzer-maven-plugin.html?lang=en#failed-to-execute-build-analyzer-maven-plugin-in-local-sdk Hope this will helpUmesh Thakur

Views

254

Likes

3

Replies

1
Re: Migrate from Oracle WebCenter Sites (WCS) to Adobe Experience Manager (AEM) - Adobe Experience Manager 06-09-2021
hi @rohankalra,I think your requirement is to migrate your data from OWCS to Amazon S3 right?if yes then of-course you can do that with the help of OWCS Rest Api and Your custom services to push the data to S3.With OWCS asstType API you can get all the information that includes metadata in your custom code and then with the help of Asset manager API you can form the actual asset and then push it to the S3 with the help of aws s3 API.And AEM has rich support of s3 so you can easily use those asse...

Views

398

Like

1

Replies

0
Re: AEM as Oauth client for external Oauth provider - Adobe Experience Manager 05-09-2021
Hi @sameryadav,First of all your requirement, to use AEM as Oauth token is seems to be not good. So you need to update it.Since AEM is a CMS tool to keep it like that only, So What can you do in your requirement is simply create some OSGI configuration to configure client_id, client_secret and fallback_urls etc. then while making a call to salesforce use those fields for authorisation.I think salesforce has rich support for Rest API Authorisation.Please see the below URL:https://developer.salesf...

Views

135

Likes

2

Replies

0