Hello Team,I am using a query SELECT p.* FROM [dam:AssetContent] AS p WHERE ISDESCENDANTNODE([/content/dam/abc/def/xyz]) AND (p.[cq:lastReplicated] >= CAST('2016-03-02T23:00:02.423-08:00' AS DATE) AND p.[cq:lastReplicated] <= CAST('2016-03-03T00:00:02.423-08:00' AS DATE)to get all the assets that w...
Hi All,I've got a question regarding SSO setup (https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/single-sign-on.html). Is AEM 6.1 compatible with NTLMv2 or only with NTLMv1?Regards,Radek
AEM 6.0 SP3 environment was upgraded following documented steps to AEM 6.1.Applying AEM 6.1 SP1 to Author instance via the Package Manager failed with the following error:Error during processing:java.lang.OutOfMemoryError: GC overhead limit exceededAfter several attempts disabled GC overhead limit w...
I'm using AEM 6.0 SP3, Touch UI. In the page dialog, is there a way to set the Hide In Navigation checkbox to "checked" by default?I tried adding a cq:template to the page but that does not seem to work.Thanks,-Dean
Have there been changes in 6.1 that affect how you extend the AEM admin console in 6.1? I've tried to install the Launches demo from https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-consoles-touch.html#Create%20a%20custom%20console but the plus button is not allowing me to creat...
Hi All ,I am new to AEM and jcr queries. I have a requirement where I need to query the data using jcr sql.I have a field call price whose type is String and I want to find out if that price falls between a certain range . I want to write a query which will fetch this node.below is the query that I ...
Hi,I am using PDFbox for generating pdf by my webpage, I have images in my webpage and I am trying to download the all images as a pdf file(single), but I am not able to write the images in pdf , I am getting corrupted pdf file.I am storing all the image path in json and getting path from json one b...
Hi all,I'm new in Adobe EM so I'd really appreciate some help. I have a custom login form (.jsp) where the username/password are requested. I would like to validate this credentials against repository. Is there any sample/documentation that I can check to do this? Thanks a lot in advance for your he...
Hi, I am trying to search for certain pages based on following criteria:1. There are multiple paths authored as root path.2. Each path is further filtered based on a tag field3. The entire result is filtered to match a certain template Currently, this is what I am trying and not getting anything. Ca...
Hi All,In one of our OSGI component we have used ListUtils class and also required dependencies will also be added in parent and core poms.But we are getting run time exception "java.lang.NoClassDefFoundError: org/apache/commons/ListUtils" ,particular dependency has been downloaded into .m2 reposito...