Hi, all,I configured a flush agent earlier, all was working fine. When I checked today, the agent on the publish instance is still working fine. but on author instance, when I clicked on /etc/replication --> agents.publish --> flush agent --> view log, I got this error: no such agent: flush agent.Ch...
Having the same package in two different bundles, but the classes are different. Ex : two bundles has same package x.y.z but classes are different. Bundle 1 : x.y.z.ClassABundle 2 : x.y.z.ClassBNow I am trying to use this classes in JSP files , it is throwing me the error Caused by: org...
I need to collect some info from page properties and child nodes properties befor replication(delete) occursIf i implement EventHandler @Component(immediate = true) @Service @Property(name = EventConstants.EVENT_TOPIC, value = ReplicationAction.EVENT_TOPIC) public class RedisVideoUpdaterService impl...
I add a component in one page. For instance, I drag and drop a Text & Image component.I edit that component with some texts and an image. Now, I need to reuse that created Text & Image component resource to render another page so that the same content can display automatically when the second page o...
Hi , We have a requirement to copy node(s) which matches a given criteria from source CRX to target. For this we used JCR api exportSystemView and importXML and its working fine . We are now trying to achieve the same thing using sling . Here is what we tried Get the json contents of the node...
Does anyone know a bundle/plugin for compiling ES6 to ES5 in AEM? Something that will work like the existing Adobe Granite UI Clientlibs - Less Compiler.Our team is using React in our project and is using Babel to compile ES6/JSX files to ES5. What is your usual workflow for this?Regards
HiCurrently we are using client side pagination in our project search page. but we want to make it as Server side ,does anyone have any idea please drop your thoughts.ThanksSrikanth
Hi Team,We are integrating Adobe Campaign tool with AEM and getting data in our Recipient table through AEM form.Our requirement is to trigger campaign in Adobe Campaign, once data comes in Recipient through AEM.Do we need any coding at AEM end to trigger workflow of campaign in Adobe Campaign.Pleas...