In AEM, I understand the meaning and usage of Component and Service, but now I found that another term Model, I don't get it? Such as I create new AEM project based on maven archetype 10, there is default Model get created, the source code is as the following: So my questions:What's the usage of Mo...
Hi Guys,I was just watching the presentation by some Cisco And Syamtec Architect on Adobe connect. They have multiple Author and multiple publish instances. One thing i did not understand after going through the webinar was How do map multiple Authors with multple publishers? How do they keep the Au...
Hello Everyone,I am trying to store a byte array (represents an image or file) in a MetaDataMap. The relevant part of my code is as follows: ResourceResolver resourceResolver = writeService.getResolver(); session = resourceResolver.adaptTo(Session.class); //Create a workflow session WorkflowS...
Hi All,I am unable to view /libs/granite/security/content/useradmin.html.I'm getting the error below:Unable to scan input Cannot serve request to /libs/granite/security/content/useradmin.html in /libs/cq/gui/components/endor/badge/badge.jsp Exception:java.lang.RuntimeException:...
I have just installed an adobe aem 6.3 at a rhel 7.3. I am using a JDK version 1.8.0_131. Everything seems to be running except for that an exception occurs in the server log: 01:08:55,004 WARN [com.adobe.idp.dsc.management.impl.ComponentClassLoaderSource] (ServerService Thread Pool -- 63) Jar file...
Hi,I am trying to add a custom action to the component toolbar as shown below.I could find a documentation for AEM 6.0 mentioning the steps. I tried that, it did not work and then component dialogue is not opening up. Followed following steps in AEM 6.3.Created a node of type cq:EditConfig under cq:...
Hi,I have created a clientlib under /etc/clientlibs/test. I am trying to add dependency cq.jquery which is already existing.But, it gives me an error and don't download jquery library.Can anyone help here?
Hi,I am building a secure site, which will have links from inside another secure site ( which is not based on AEM). The other site drops a cookie and i am supposed to read the cookie and validate the user when the user comes to the AEM part of site. What will be the easiest way to accomplish this, C...