Hi @sangrampatil111,Per the error log, mock is unable to register/inject the OSGi service (expects bind method) Please find below thread for similar issue, cause and resolution. https://issues.apache.org/jira/browse/SLING-4724
Hi @thatsmeadarsh,Since we are looking for property change/add event on a Resource, we can make use of specific Listener named "ResourceChangeListener" - https://sling.apache.org/apidocs/sling9/org/apache/sling/api/resource/observation/ResourceChangeListener.htmlSample snippet : (tried and works in ...
Hi @Alex__Canva,Generally for AEM as a cloud service, we gain access to the instance(as available in cloud) via IMS authentication (which works by using the OAuth protocol between AEM and the Adobe IMS endpoint)We do have local logins as well but that is only available for admin tasks in which case ...
Hi @Dipti_Chauhan,Can you check if you are able to arrive at the step that is taking longer time from the workflow progress via Timeline -> Workflow and/or Sling log entry of the respective process if possible.Official doc about monitoring video encoding, if you haven't checked already - https://exp...
Hi @Alex__Canva,If we are accessing AEM as cloud service instance (as available/hosted in the cloud) from any external application, we need to use "Token Based Authentication"/ Bearer type. In this case, external application is Postman.In this for local development, we can use temporary access token...
Hi @Kiran_Vedantam,Below works fine. Cross check the way you populate the Map. If you still face issues, share the source of Map/ multifield content structure.@Getterpublic Map<String, String> requestAttrMap = new HashMap<>();In @PostConstruct method, populate the maprequestAttrMap.put("attribute01"...
Hi @Keerthana_H_N Answered here - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-we-create-content-fragment-via-code/m-p/425621#M121296
Below is the snippet for setting value to the Element - I have one Single Text element and Multi Line Text element as part of my model. Get that element using its "fieldName" (that you provided while creating CFM) and then set the content. Note : Any updates/persists to content fragment calls for a...
Hi @Keerthana_H_N,It calls for explicit resourceResolver.commit() to persist the creation in the repository. Below code works fine. Executing again will create the content fragment with name as mentioned in the code with "-1" and so on. Eg : in this case, it is sample-cf-programmatically-1 and so o...
Hi @aembytes2021,With Standard Rollout config, page move operation will not be reflected in live copy page.Reason for this and steps to follow is explained in this doc - (Moving pages) https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/msm-best-practices.html?l...