Hi, I have an event handler to handle events on replication of an asset and when the asset has reached onTime. I am getting an event "ASSET_PUBLISHED" when replication happens. But nothing is happening when the asset reaches onTime. I have some operations to be done only if asset has already reach...
Hey Guys, I want to add a third party bundle to my AEM project, Please let me know how it can be done and also I want to know when to use an embedded dependency.
Hi everyone! I'm doing Splunk certification and working with Adobe Experience Manager (AEM) and trying to implement a custom workflow. I'm having trouble understanding how to properly configure the OSGi settings for my specific use case. Can anyone share some guidance or best practices on configurin...
Hi All, We have a requirement to enable extensionless URL. Though to implement and check this first on cloud author. I am doing the changes in etc/map/https folderAdded below rules sling:internalRedirect : /content/testproject/(.*).htmlsling:match: /content/testproject/(.*)$ When I tried to access p...
Hello, what happens is that I have several custom components that I made and they work, these components accept images in webp format, you can upload them without problems and they are displayed in the component. When you are in authoring mode you can see the image and when you click on preview/view...
Here is my servlet code,@component(service = { Servlet.class }) @SlingServletPaths(value = "/api/assets/eshop") @ServiceDescription("Get Filtered Assets based on properties and custom response.") public class AssetFilter extends SlingAllMethodsServlet { and I have also made the entry in Script Resol...
Is there any AEM OOTB solutions to create and send web notifications in AEM sites? I was wondering if there's something similar to ACS Commons System Notifications feature, https://adobe-consulting-services.github.io/acs-aem-commons/features/system-notifications/index.html, to achieve this.
Hi Team, I have a requirement to upload a ZIP file which having assets and that needs to Publish to Scence7. Is it possible to publish the ZIP file to Scene7? Thanks in advance.