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...
Hello All,Are there any functionalities in AEM so that the assets can be archived to a certain folder based on the lastModified properties? The only thing I found close to this is version purging.Regards,Mandip
Hello,I am using AEM 6.3. I am trying to understand the relationship between template policies (i.e. policy_123456) and the configuration stored in etc/design/<your-project-name>/.content.xml.In [template]/policies, you can store mappings (sling:resourceType="wcm/core/components/policies/mapping") ...
We configured our AEM instance to use these OSGi configurationscom.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl.xmlhtmllibmanager.minify="{Boolean}true"htmllibmanager.processor.js="[min:gcc;languageIn=ECMASCRIPT_2015]"The minify errors and when it encounters05.04.2019 12:24:41.774 *ERROR*...
we have dependency on external customized jar file and that jar file is dependent on some property files. So where should we keep these property files ? We tried to keep it ..\crx-quickstart\conf on this path but its giving "Can't find bundle for base name environment, locale en_US" this exception
I have written a custom email step in which I am using "email.setFrom(emailId)" to set the from email address for it but I see that it's not sending the mail from the from address I set using that snippet. It's actually picking up the smtp user from the Day CQ Mail Service and sending it from his em...
Hi All,After content migration from AEM6.2 to AEM6.4, I started the instance. Then AEM starts reindexing the repository.While repository indexing was happening, I found few same kind of warning logs as below -2019-04-02 15:19:36 618 *WARN* [async-index-update-async] org.apache.jackrabbit.oak.plugin...
I am creating a component wherein the component will render multiple parsys based on a multifield, i.e., if I add three multifields then three parsys will be rendered on the page. I am using the following code to iterate and display multiple parsys on the page:Here I am storing a list in Java based ...
We have a third party jar which we want to use in our AEM project. We have added dependencies in pom files, it is resolving those jars only in eclipse but when it comes to Felix console it is not showing under the imported package and not giving any jars that have been added in dependencies. Hence, ...
Asset versions are getting created when asset is modified or published.I want to create asset version only on publish but not on asset modification. Can we stop creating versions when asset is modified? Can we differentiate asset version created by modification and publish? Also can we store version...
Hi,We are trying to setup SAML in Author. when we access page in aem, request is going to to IDP and after providing login credentials, the post request is sent by IDP but AEM is treating this request as a normal post request and rejecting with error : Anonymous access is not allowed.But the post re...