My client is very interesting in using Adobe's AMS (instead of setting up their own servers) for hosting their website build on AEM and this website will attract quite a bit of UGC, a few q'sDoes AMS support a MongoDB + Solr setup for UGC common store?Is ASRP internally setup with MongoDB + Solr set...
is it way to implement a richtext field for touch UI dialog similar to the description field in classic view? Example below <text2 jcr:primaryType="cq:Widget" fieldDescription="Best view is supported up to 350 characters." fieldLabel="Description" name="./text" xtype="richtext">
Is there any reference to AEM centos 7 init script based system.d rather init.dSimilar to the one https://helpx.adobe.com/experience-manager/kb/linux-init-script.htmlCan this be updated for system.d ?
Hi all. In certain templates, I'm running into a case where I'm going to have to access the same information for several users multiple times. Given an ID, I'm wondering if there is a best practice for accessing their information (namely: email, name, phone number, and a couple other data points). I...
As per the jackrabbit oak goal OAK repositories are meant to scale for larger child node (possibly millions - please correct if wrong)But how this is effective in case of AEM 6.x is not clear 1) Does it mean all the content node and user/group nodes base jcr type are child nodes(inheriting) of oak:...
Hi All,In sightly file, I have a set of conditions as below, based on which certain processing happens :1]<div class="item " data-sly-test="${condition2 || condition1 || condition3}">2]<div class="item " data-sly-test="${condition2 || condition3}">3]<div class="item " data-sly-test="${condition1}">C...
Hi All,I have knowledge on hybris and I want to integrate AEM with Hybris. I have found some info from AEM 6.1 docs. I need sample project like geometrixx, so that I can start my work by referring to that.Pls help me.RegardsKrishh
I am trying to configure Apache Jackrabbit Oak LDAP Identity Provider in AEM 6.1, I have configuring the value of Ldap provider name , Ldap server hostname and saved it .configured values are not getting saved. can you please help me, Thanks in advance
I have a scenario where I have to match 2-3 properties of parent node and 2 properties of some child node under that parent node simultaneously. I am unable to achieve that only one condition runs at one time.SELECT * FROM [nt:unstructured] AS parent WHERE ISDESCENDANTNODE(parent,[/etc/employees/emp...
I am trying to access a CRX server over the internet using JcrUtils.getRepository method in JCR/JackRabbit and receiving the following error: javax.jcr.RepositoryException: Unable to access a repository with the following settings: org.apache.jackrabbit.repository.uri: http://<<Server Name>>/crx/se...