Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi,I have created a project using AEM Archetype 17 and followed this article. I am able to use other osgi R7 annotations like @ServiceDescription or @ServiceVendor. But I am not able to use @Activate on configuration like this:@Activate private MyServiceConfiguration config;I am getting error '@Acti...
Hi,I have created a content fragment model, and using this i created a content fragment in AEM 6.4. In the content fragment I can select only one element from the dropdown in the content fragment component. However, I want to select multiple elements :The Model consists of two fields - A single tex...
Every time I turn the profiler on it hangs. I can't get responses back from my searches. I set up visualVM as per the standard Oracle docs (Java VisualVM) and connected to my AEM (author) instance and turn profiling on but whenever I make a request, it simply hangs.Has any one used VisualVM profilin...
How can I create my own event and use it instead of using Timeline Event in the code of comment.jsp in the path: /libs/dam/gui/coral/components/admin/timeline/events/comment/comment.jsp
Hello Team, I am trying to set up a shared datastore for multiple aem instances. We are planning to have a common source of content (AEM assets). there will be multiple channels (Existing AEM applications running on different machines). I would want each of these instances to be mounted to shared d...
There are two components component A and component B. I am trying to hide component A in medium breakpoint but allow the component in large breakpoint. It works fine. I am trying to hide component B in large breakpoint but allow in medium breakpoint. It is not working this way. If we hide it in larg...
Hi All,We are having two components lets say Component A and Component B. Both have its own editConfig Listeners for afterinsert and afteredit to refresh the current page.It is working fine when both the components are used individually, but there seems to be an issue when we include component A ins...
Hi,We have created touch ui components and templates in AEM 6.3. All the touch ui components and template works smoothly in local AEM instance. So we move these components and templates in QA environment, create a page with template but when we open a page in touch ui mode, it is blank. Page does no...
Hi All,I am using content maven plugin(content-package-maven-plugin) to deploy code to pre-prod environment.i could able to deploy code without an issue if there is one author and one publish. One of the pre-prod environment has 1 author and 2 publish instances, here I am facing an issue that I coul...