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: Create page/site from a simple java project? - Adobe Experience Manager 16-06-2022
From what I read, you are trying to run a Java application (standalone, that means not deployed into AEM) which connects to AEM to create test cntent. I would use the AEM Testing Clients, which can be used to do that. See [1] for the github project. The README of the underlying Sling Testing Client library [2] has some examples how you can make it run. But the main purpose of these libraries is to create Integration Tests for AEM; so creating test content is just a small part of its functionalit...

Views

94

Like

1

Replies

0
Re: Failed to download packages of size more than 1GB from package manager - Adobe Experience Manager 15-06-2022
hi alli have same problem with my project When i try to download >1Gb file then i got 504/network failed but when is try to download the <1GB files of .zip then i get successful fir download and extract that file. but for the >1GB file i get this problem someone saying that 1Gb is the limit of Package downloader/ manager someone telling to increase the network time out time I tried that but not working if there is any solution then suggest me.

Views

73

Likes

0

Replies

0
Re: AEM Publishing Issue - Adobe Experience Manager 14-06-2022
Hi, As suggested by others, first check if you are able to see the changes via the IP address on the publish instance.If yes, the problem is at the CDN end. In that case, you need to check the TTL and other Cache parameters you might have set in the header. In the other case, if the changes are not getting reflected at the publisher instance, then we need to check the replication queue, if there is anything blocked or not. Thanks

Views

90

Like

1

Replies

0
Re: how to deploy ecma script on aem cloud - Adobe Experience Manager 14-06-2022
Hi @AlexBorgo ,Store ecma script in your project specific filter. There is no fix rule but try to keep under workflow folder as /apps//workflow/scriptsYou have to make sure this script should has property "jcr:mixinTypes" and it's one of the value should be "mix:title". You can have other values to. Add a filter in META-INF/filter.xml as per your code. Make sure you don't over write this location by Repository Initialization (repoinit) config. Generally, code location not overwritten by repo ini...

Views

54

Like

1

Replies

0
Re: ACS commons 5.3.0 Email service not working with AEM 6.5 - Adobe Experience Manager 14-06-2022
Thanks, Milind for your suggestion of moving the template under /etc. It all started working once I restarted the instance. You mentioned that by default, anonymous/everyone has read permission on /etc but I do not see any read permission on either /etc or that email template but it works for sure.Regarding the service user, I was trying with a service user for that specific bundle and checked binding under user mapper config and permissions too from /useradmin. Everything looked fine but I was ...

Views

81

Like

1

Replies

0
Re: Need help for junit implementation for video component in AEM using constructor in implementation class - Adobe Experience Manager 14-06-2022
Hi , You can check this answer in the community, this deals with test cases for overlayed OOTB components.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/junit-test-cases-for-sling-models-based-on-delegation-pattern/qaq-p/350636

Views

59

Like

1

Replies

0
Re: How to load a specific JavaScript files on a web page in AEM? - Adobe Experience Manager 14-06-2022
It looks like you have all the clientlibs in a single category.Or you have added all the categories in all the pages. To overcome this, You can :Break down the clientlibs into relevant categories and call them on the component level & the template level.If you have a single script which is built through webpack, you can tweak the webpack file and then break it down into smaller scripts and place them in crx and assign different categories.

Views

84

Like

1

Replies

0
Re: Making scene7 soap call from spring boot! - Adobe Experience Manager 14-06-2022
Hi @akashs71073883 , Does the error say which line exactly has issue here.I was going through certain threads :https://stackoverflow.com/questions/14057932/javax-xml-bind-jaxbexception-class-nor-any-of-its-super-class-is-known-to-tI suppose the issue lies with Marshaller here, can you post the full log if possible, thanks.

Views

88

Like

1

Replies

0
Re: AEM 6.5.X with ACS Commons - Adobe Experience Manager 14-06-2022
Hi @shaileshbassi , You can check the AEM ACS version compatibility here : https://adobe-consulting-services.github.io/acs-aem-commons/pages/compatibility.html Also, request you to install the latest service pack available with AEM 6.5 version(latest is 6.5.13), found in Software distribution.https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?package=/content/software-distribution/en/details.html/content/dam/aem/public/adobe/packages/cq650/servicepack/aem-service-...

Views

126

Likes

2

Replies

0