Hi,How to decide, if I require MongoDB or TarMK for my site with AEM6?Please share a link or documentation which can help in decision/evaluation. Regards,Rohan
As quite well known, MCM (Market Campaign Management being part of AEM) allows to configure and manage emails. An important problem and potential fix has been discussed already in this thread. Apart from the (rather technical) related issue, we have a functional related question. Functionality we wo...
Hi,I have setup project using AEM eclipse plugin (http://eclipse.adobe.com/aem/dev-tools/) and it created below sub modules :coreui.appsui.contentit.testsit.launcherThis all files were synced to repository after project creation.As components needs to be developed in sightly, I opened ui.apps projec...
Hi All,We enabled XMP write back as per the procedure mentioned inhttp://docs.adobe.com/docs/en/aem/6-0/administer/content/assets/xmp-writeback.html.So if the metadata of the original is updated it will be propagated to renditions. But there is no provision to check the metadata of a renditions. Pl...
Hi,Personalization taglib provides some basic functionality to perform personaliztion.Is there any equivalent library available for Sightly?If not what is the recommended way to move forward?Thanks,
Hai,According to my understanding AEM includes a connector service for Microsoft Translator that is installed by default.Following the steps:On the rail, click or tap Tools > Operations > Cloud > Cloud Services.In the Microsoft Translator area, then click or tap Show Configurations.Click the + link ...
Hi,When installing a bundle via CRX Package Manager, is it possible to preserve original modification metadata:jcr:createdjcr:createdByIf we don't preserve the original values for these attributes, jcr:created will be a point in time after jcr:lastModified which is undesirable for us.
Hi,In CQ, some nodes use cq:lastModified, cq:lastModifiedBy, etc. to store the last modification time stamp and user.Some other nodes use jcr:lastModified, jcr:lastModifiedBy, etc. to store that information.If we edit a node, for example a node of type "cq:Page", using the JCR API and save it, cq:la...
When running VaultClipse, on the source files in a bundle, there is 4 files, 3 import correctly. But in the fourth one every line of code has "Syntax error on tokens, delete these tokens" error. If I remove all white spaces before the beginning of the text on each line the error disappears.I assume ...
Hii I want to get Values to List Box from JCR nodes With out defining the static values.(for Example List of Countries to list box). Please help me for This problem.