I'm trying to get a workflow to launch for nt:unstructured nodes within path /content/dam/(?!projects/).*/jcr:content/metadata for the condition dam:Fileformat!=I have 2 payloads that are launched by this workflow when I remove the condition. When I add the condition dam:Fileformat!=, neither payloa...
Hi,In the AEM 6 publish instance how do you change the default admin password. (I do understand that you cannot remove this account)I tried the "http://localhost:4503/useradmin" but this does not allow me the change the Admin user password.
We run CQ 5.6.1 on Redhat Linux and would like to switch to a shared datastore author cluster.The question is: how to best sync the datastore folder in the author cluster?E.g. is there any recommended or tested approach by Adobe, such as http://en.wikipedia.org/wiki/Distributed_Replicated_Block_Devi...
In CRXDE Lit Home page if I search anything from jsp file text I get results back, however if I try to search any text from js and css files it doesn't return any results.Here are my findings, I have picked out of box /libs/foundation/components/carousel/ component I opened jsp, js and css files fro...
To help improve performance I am trying to cache as much as possible. I have a blog that currently uses query parameters e.g. blog.html?archiveDate=2015-01&author=Joe-Bloggs&tag={someTagId}Is the best way to create a cacheable page to use selectors e.g./blog.2015-01.Jo-Bloggs.{someTagId}.hrmlIs it g...
I am attempting to populate user fields in AEM 6.0 rom my LDAP. I have successfully configured my LDAP to allow users to log in and am transferring first name and email, but I can't get other fields like Last Name and Job Title to populate. Here are the User Property Mappings that I have under Syn...
We're running on MongoMK SP2 + hotfix 5779.To optimize performance we are creating custom lucene indexes on content path. So something like this:/content/sitea/oak:index//content/siteb/oak:index/We have three types of search on cq:Page: for blog posts (property blog=true), events (property event=tru...
Hi All,I have accordian component. In accordian component If i enter space in title field it is displaying blank gray bar in accordian component. so i have to trim the white space and hide the blank graybar using jsanyone is having idea on javascript code to trim the white spaces asw well as hiding...
Hi,I am getting a strange error when including i18n inside my Sightly template and trying to retrieve a component included via SSI. The error appears only when in the Sightly template I use:<div class="promo-footer text-center"><strong>${'Hello World' @i18n}</strong></div>Unfortunately the logs do n...