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

Jagadeesh_Prakash
Jagadeesh_Prakash
Online

Badges

Badges
26

Accepted Solutions

Accepted Solutions
31

Likes Received

Likes Received
139

Posts

Posts
120

Discussions

Discussions
38

Questions

Questions
82

Ideas

Ideas
7

Blog Posts

Blog Posts
3
Top badges earned by Jagadeesh_Prakash
Customize the badges you want to showcase on your profile
Re: AEM Carousel w/ Teaser - Adding href when not authored - Adobe Experience Manager 06-08-2022
@js-webdabbler There should be some issue on how you are doing it. I tried it my self in cloud environment and it is working absolutly fine. Plese refer to below link on how the teaser component behaves and internally validate what went wrong. Hope you have not written and custom code https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/teaser.html?lang=en

Views

50

Likes

2

Replies

0
Re: New Experience League Community game features and FAQs - Adobe Experience Cloud 06-08-2022
Nice to read. Thank you for the information

Views

219

Likes

0
Re: How to run workflow from Scheduled Task - Adobe Experience Manager 05-08-2022
@jamesc25111500 There could be multiple issues for this error . Out of which one could be that the the default thread pool the scheduler is using has just 5 threads. That means if all of these 5 threads are busy, no new thread is scheduled. On top: Other parts of the product are using this threadpool too. Option 1: You create a dedicated Sling Pool (by OSGI configuration) of appropriate size, this at least separates your operation from the rest of the system Option 2: disable concurrent executio...

Views

97

Like

1

Replies

0
Re: Bulk Migration from Media Server to AEM DAM - Adobe Experience Manager 04-08-2022
Hi @arungm20 If you can dump all the assets into S3 bucket you can use CTT tool to migrate the assets to AEM Pleas refer to below link https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/migration-journey/cloud-migration/content-transfer-tool/guidelines-best-practices-content-transfer-tool.html?lang=en

Views

50

Likes

2

Replies

0
Re: AEM Mockito junit testing for multifield - Adobe Experience Manager 02-08-2022
@HariDo you can write this as below @BeforeEachvoid setUp() throws Exception { List linkcomponentimpl = new ArrayList<>(); linkComponentimplClass = new LinkComponentImpl();}/** * Test. */@Testvoid test() { Assert.assertNotNull(linkComponentimplClass.getMultifieldlist());}

Views

80

Likes

2

Replies

0
Re: AEM aa CS instance fails latest deployment - Adobe Experience Manager 02-08-2022
@tgoodman_mediamonks This could happen because of multiple cases Once check if the distribution queue is clear or not (This is the main part to validate) Do a quick check of the packages getting publisher from author to publisher Check from the distribution queue logs what was the package failing to publish If all the above scenarios are fine please raise an adobe support ticket and the support SME will give you the logs from splunk.

Views

41

Likes

2

Replies

0
Re: How does secondary email work? - Adobe Experience Cloud 02-08-2022
@secondary You can provide an alternate email address for password recovery in the Secondary email field. Please go through below artical https://helpx.adobe.com/ca/manage-account/kb/no-email-received.html

Views

71

Like

1

Replies

0
Re: How can I clear data from dialog when user picks a different option from dropdown? - Adobe Experience Manager 02-08-2022
@Buland : You should have done written custom JS to achive this functionality. When you are changing the dropdown make sure to reset the values from JS https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-clear-data-from-dialog-when-user-picks-a-different/td-p/200286

Views

116

Likes

2

Replies

1
Re: what is base page component - Adobe Experience Manager 02-08-2022
@gargkrishna I Agree with @arunpatidar The Page Component forms the basis of all pages designed with the Core Components as well as editable templates. By using the Page Component, headers, footers, and the structure of the page can be defined as a template using the other Core Components https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/page.html?lang=en#:~:text=The%20Page%20Component%20forms%20the,using%20the%20other%20Core%20Components.

Views

52

Likes

2

Replies

0
Re: What is jcr:uuid? When it will be generate? - Adobe Experience Manager 02-08-2022
@akshaybhujbale Once can note that jcr:uuid indeed was considered as a candidate initially, but was not further considered since: When asset is replicated to publish instance then on publish instance new jcr:uuid will be created.As per section 3.3 of JCR 2.0 spec , this identifier is unique in the workspace, but it never guarantees lifetime uniqueness

Views

59

Likes

0

Replies

0