Hi All,Need AEM scheduler code in a bundle to pick osgi configuration and start execute automatically as soon as bundle is deployed.Currently after deploying the bundle with scheduler code in it, every time have to save OSGI configuration for respective scheduler to get it start.Any pointers across ...
Hi , We have requirement in our project (6.3)to create a form with fields like singline text, multiline text,selection, submit,reset and captcha along with email action(triggering email after submission). Currently we have AEM sites license. And I am able to create adaptive forms in my cq server wit...
In case of static templates, javascript libraries / clientlibs which were used across a section of the site or the entire site were usually added to the page component referenced by static templates. Even things like components to be added for contexthub were done in page component. Is there a way t...
Hi, We have written a custom preprocessor that gets invoked on page publish to identify if a particular component is present on the page and invoke a workflow for approval before page activation. This all works fine but the custom 'ReplicationException' is not showing up in the page. It shows up in ...
We have a lot of custom components that can be added on to the page. If the page has a Breadcrumb or a Video component, we need to add the JSON-LD structured data to the page. https://developers.google.com/search/docs/data-types/breadcrumbhttps://developers.google.com/search/docs/data-types/video O...
Default checked state is not appearing for coral checkboxes"granite/ui/components/coral/foundation/form/checkbox"but it's working fine for granite foundation one. i.e. granite/ui/components/foundation/form/checkbox. I've tried many ways (e.g. checked (string) property setting as true, defaultChecked...
Dear All, Hoping to get some help with respect to Jenkins build failure.We are developing a new site and have set up a GIT repository for the code. We are using AEM Acthtype 18 to create the maven project. The build works fine locally but when we are trying to build through our DevOps pipeline its f...
Hi community,I'm trying to find a way to activate the page properties without activating the content of the components.So, I want to activate only the jcr:content node without the child nodes.I've read the replication API but I can't find something to help me. ReplicationContentFilter and also check...
Hi,I am trying to invoke event handler after page activation. Event handler is invoking for all activation's(like image,file and page) but I need to invoke handler when I activate pages from specific paths. I am using OSGI annotations not felix. Below is my code snippet @component(immediate = true, ...
Hi All, Happy new Year.I am trying to configure the internal redirects in AEM 6.4 publishers. The requirement is to redirect the base url to the correct landing page. I have done the below things:1. created map.publish.env nodes under /etc with the sling:match and sling:internalRedirect values.2. ve...