Hi,in the past I used some static fields (e.g. SlingConstants.TOPIC_RESOURCE_ADDED, SlingConstants.TOPIC_RESOURCE_CHANGED, ...) to implement EventHandlers. Since AEM 6.2 this static fields are deprecated. In JavaDoc I found the hint to use ResourceChangeListener instead. But I didn't find any exampl...
Hello, I'm having trouble creating a static page template on our site that already has editable pages. I'm not sure if I'm just creating the template wrong, missing a required call, or if config templates exist that AEM doesn't check for templates in apps.I have my static template defined in apps, w...
Hello,I have workflow launcher active on a directory.Also have a custom event listener set on the same directory. The event listener moves files to a different folder.Problem is the workflow is interfering with the event listener as the event listener can't move the files since it's in a workflow.Ho...
Hi All,I am working on a requirement where in I need to create custom email-templates and these will be used to create email pages in AEM and later it will be synced to Adobe campaign and from there emails will be sent to several people.When I verified the adobe documentation @ https://docs.adobe.co...
My AEM version is 5.6.1.I try to install one content package through crx/packmgr console.During the process, it pop out the error message. It seems like the datastore has the problem. Nothing to do with the package.Anyone has met this issue before, can share some idea to solve it. Here is the erro m...
Hi,Is there any query builder or xpath query or SQL 2 query to get the property type of a property in AEM 6.1? Also is there any API available to get the property type of a property in AEM 6.1?
We've chose a very atomic approach to our AEM development. Having the ability to create many of our front end needs through simple components that add up to create more complex components.I have my page's main parsys. I then drag 'layout compontent' that includes a parsys, In that parsys I drag a hi...
AEM publish servers are taking too long to stop, no error is getting printed in error log too. Some time it is taking upto 150 minutes + and then we need to kill the process. But have fear that it might corrupt the repository. Any help or pointers are appreciated.
I have been using AEM 6.1 and I have been trying to follow the directions on how to add Styles (Tables and Table Cells), however I have had no luck. I have a text component and added the following to the editConfig.xml but I cannot get this to appear in either the the cell properties or table prope...