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

Aditya_Chabuku
Aditya_Chabuku
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
44

Posts

Posts
32

Discussions

Discussions
10

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aditya_Chabuku
Customize the badges you want to showcase on your profile
Re: cq:styleDefaultClasses - classes are applied to components only on author - Adobe Experience Manager 18-07-2022
Hi @joeltsousa1, If Replication is not working properly even after checking everything is working fine, Try to go with package your policies & update them on Publisher to firefight the problem.After that, try to include these changes in the Codebase, change the filter to "update" and build & deploy.

Views

97

Like

1

Replies

0
Re: cq:styleDefaultClasses - classes are applied to components only on author - Adobe Experience Manager 15-07-2022
Hi @joeltsousa1, Try publishing the Template as shown below. If you still see this issue even though your Replication stack is clear, then try to package them & install them in the publisher as the last option.

Views

164

Like

1

Replies

2
Re: AEM Assets Scalability and Deployment model - Adobe Experience Manager 15-07-2022
Hi @beast42 , This is more related to AEM Assets than here, You may get better help if it's posted it here

Views

33

Likes

2

Replies

0
Re: Effective Access Control Policies in AEM 6.5 - Adobe Experience Manager 15-07-2022
Hi @akshaybhujbale ,Effective Access Control Policies means policies from both local & Inherited parent. This document helps you to understand better user access . ~Aditya.Ch

Views

72

Likes

2

Replies

0
Re: Regarding screen and forms - Adobe Experience Manager 15-07-2022
Hi @akshata_chaudhari In Cloud you have to get another licence to use them separately.

Views

59

Likes

2

Replies

0
Re: Reverse replication for delete event - Adobe Experience Manager 15-07-2022
Hi @hptarora You dont need a third Launcher to Delete, just use the modify one itself.

Views

56

Like

1

Replies

0
Re: AEM Assets References Update Programmatically - Adobe Experience Manager 11-07-2022
Hi @beast42 , We implemented a similar scenario once. Follow these steps & you should be achieving thisStoring External Resources under AssetCreate a Listener to record every time an asset is being called from a 3rd party API.Capture that URL along with the Title of that call.Store this information under a custom node in that particular asset.Displaying saved External Resources Create a data source under /libs/dam/remoteassets/content/allreferencesadd a custom data source java class as sling:res...

Views

94

Likes

2

Replies

1
Re: ResourceChangeListener strange behaviour - Adobe Experience Manager 11-07-2022
Hi @user08928 , did you find out what is happening with that bundle..? Is this thing resolved?Please let me know what you have done about it.!

Views

89

Like

1

Replies

1
Re: ResourceChangeListener strange behaviour - Adobe Experience Manager 08-07-2022
Hi @user08928 There are two major problems in your question. Your Listner is calling more than once for a simple change.Your IDE code & Code installed in OSGI is different.Let's see first problem now, Only way a listener is called more than once is its getting multiple requests from same node. This happens when you have any dependencies on that node value. Try to implement a workflow via Launcher & see if you have same problem there. Second Problem: Your code in IDE is updated as per you, but wh...

Views

111

Likes

2

Replies

1
Re: Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 08-07-2022
Hi @keshava219 , This is because of characters encoding/decoding in a API response( as a matter of. fact, any string-based response).I saw your response is coming from BufferedReader, so now convert BR to String & then pass into below method to get properly decoded values.please use following code after you receive response & pass each string here to get proper values.~Aditya.Chimport java.net.*; private String allowSplChars(String incomingString) { String encodedValue = null; try { encodedValue...

Views

169

Likes

2

Replies

1