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: The Evolution of AEM Sites Tutorials - Adobe Experience Manager 18-07-2022
@gdWebct Its really Great to read

Views

167

Likes

3
Re: How to create jcr based resourceresolver instance? - Adobe Experience Manager 17-07-2022
Hi @akshaybhujbale Session and ResourceResolver objects that are obtained via the SlingRequest or WorkflowSession do not close by your application. For example:slingRequest.getResourceResolver().adaptTo(Session.class);//OrworkflowSession.getSession();That resolver or session closes automatically after the request has been processed. https://helpx.adobe.com/experience-manager/kb/Random-Resource-resolver-is-already-closed-in-the-logs-AEM.html

Views

66

Like

1

Replies

0
Re: Questions related to Custom Functional Testing - Adobe Experience Manager 15-07-2022
@Kabrawalaak I did not get the exact ask assuming that you are talking about running the ui.test and it.test reference can you refer to below project as an example and try https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/it.tests/src/main/java/it/tests https://github.com/adobe/aem-project-archetype/tree/develop/src/main/archetype/ui.tests Unit testing custom componenthttps://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...

Views

92

Like

1

Replies

0
Re: From Where on CRXDE I can get ACL permission data. - Adobe Experience Manager 15-07-2022
Hi @akshaybhujbale In the JCR, Access Control resources (rep:policy nodes) are stored underneath the node they apply to so you'd have to create complex rules to package the ACLs without overriding the other child resources.

Views

87

Likes

2

Replies

0
Re: How can I configure email on aem cloud sandbox, i am not able to access system/console/configMgr also not able to see Operations under tools - Adobe Experience Cloud 15-07-2022
@leojohn In AEM cloud there is no way that you will be able to access to configMgr or filex console as it is restricted. Only way to update the SMTP configuration is through the config deployment through cloud. How every as part of the implementation you can set the SMTP variables as an environment variables so that in future you can change the variables directly in the environment and change the configurations https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/impl...

Views

58

Like

1

Replies

0
Re: cq:styleDefaultClasses - classes are applied to components only on author - Adobe Experience Manager 15-07-2022
@joeltsousa1 : Try publishing the /conf//settings/wcm/policies//components through replication queue or distribution queue. It should work

Views

162

Like

1

Replies

0
Re: Replacing Image in Assets Does Not Update Pages Using that Image Across Site - Adobe Experience Manager 15-07-2022
@dman2022 If in the case you are not able to see the replaced image in your author instance also. Can you validate your log file and check if there are any issues? Ideally author will not cache the image until we have a dispatcher on top of the content in author. At any reason replaced image should load in author if not try to validate with OOTB image component. And if it works then could be the issue with the component that you are using.

Views

48

Like

1

Replies

0
Re: Replacing Image in Assets Does Not Update Pages Using that Image Across Site - Adobe Experience Manager 13-07-2022
@dman2022 Can you tell us if you are able to see the new image in author instance? or else are you facing the issue only in the publisher or dispatcher.

Views

66

Like

1

Replies

2
Re: Identifier com.adobe.cq.inbox.ui.DateFormatter cannot be correctly instantiated by the Use API - Adobe Experience Manager 13-07-2022
@kiriku007 Can you please specify which verion of AEM and Service Pack and also java version you are using?

Views

80

Like

1

Replies

1
Re: Auto Complete - Adobe Experience Manager 11-07-2022
@arvind It is some thing that we migth need to drill down. I don't have any reference links/exampls for this. Ideally it is not recommanded to overwrite the RTE kernal editors functionality. Just suggesting you to write your own function with autocomplete function and call the function in editorkernal.js

Views

87

Like

1

Replies

0