Hello All, I have configured AEM6.2 with SSL and is working fine but after I configured dispatcher 4.2.1 as per link: https://docs.adobe.com/docs/en/dispatcher/disp-ssl.html. From the documentation, I followed the steps mentioned in CONFIGURING DISPATCHER TO USE SSL but connection to ...
Platform Version: AEM 6.2Something I've noticed after using the service resolver pattern for a few months now, is that unless my class is a @Service and can @Reference the ResourceResolverFactory, then anytime I try to get a service resolver, I get the following error:org.apache.sling.api.resource.L...
Hi,I have a basic example in sightly which is as below: In the logs the value of string 'value' gets printed but in the page it is not getting printed. Please let me know how to achieve this<div data-sly-use.component="com.adobe.cq.Component"><p> from java resource: ${component.value}</p></div>In my...
Hi,I try to use Impersonate as an author group user, but it show below screenshot, then I couldn't revert to myself.After that, even I restarted the Quickstart, it's no use. The page became error.Only when I clear cache &cookie...etc, I can enter login page again. It's very inconvenient. Is there an...
Here is an example of what I'm seeing in the logs:06.02.2017 12:44:06.231 *ERROR* [10.1.51.108 [1486410246131] GET /content/business/enterprise/assets/gartner-magic-quadrant-for-cloud-infrastructure-as-service-2015.html HTTP/1.1] com.adobe.cq.sightly.WCMUsePojo Failed to activate Use classjavax.jcr....
Hi,We are attempting to move a site that uses some interfaces from the com.adobe.cq.social.blog from AEM 6.0 to 6.2 I know that cq social stuff has been removed. We only use the blog api stuff around pages in our project:com.adobe.cq.social.blog.Blogcom.adobe.cq.social.blog.BlogManagercom.adobe.cq....
Hello community, using multifields on our dialogs is very useful, but sometimes when you have one with many items, its hard to add an item and up it to the top of the list on the multifield, because the normal behaviour of the button is insert a new item at the end. Is possible have two buttons add,...
Hello,We are upgrading AEM5.6.1 to 6.2.We need to use at least jquery 1.9.1 or higher for some compoents so we used single jquery in 5.6.1 which is not from AEM.We want to use a jquery provided from AEM in 6.2 using dependencies -cq:jquery and its version need to be 1.9.1 or higher.We checked the jq...
Hi,i am trying to integrate LDAP with CQ5.6.1.I have created users in LDAP server but when i am trying to synchronize the users between AEM and LDAP,the users are not getting synced up. But when the same user with the same details are being created in AEM, then it gets synced properly.Am i doing it ...