Hi, We had a requirement to listen for every modification of an asset and send the asset details to the client API. Since each modification generates multiple events, we added a map to check if the path already exists; if it does, the API should not be triggered. However, sometimes the map fails to ...
Hi Team, Our AEM project test cases are Junit4 based. Recently we added Junit 5 dependency as well in POM.Line causing below exception (with JUNIT 4, It used to work perfectly fine)context.load().json("/empFile.json", "/emp");empFile.json:{"empID": "xx57jmf","empType": "regular","personalinfo": {"n...
Hello everyone,I have a requirement where I need to trigger a workflow upon publishing of some nodes like (page, assets, content fragments, experience fragments , tags , e.t.c) whatever resource a business user can see and publish.I need to work only for quick publish or publish button but not for m...
I have a requirement when an asset uploaded/created in DAM need to update some metadata property like if any spaces in title property need to remove and add some value to that property .What would be the best way to achieve this .
Is there a way we can make the data-sly resource NOT EDITABLE without making the wcmmode='disabled'?Heres my sample code:<sly data-sly-resource="${resourceType='sample/component', wcmmode='disabled'}"></sly>
Hi Everyone,Using curl command to upload .jar to http://localhost:4502/system/console/bundles. Tried multiple commands none of them worked for me. I don't see any command on adobe official documentation also for the same. Is even possible or I need to try any other way. Please provide if there is a...