Hello Experts !I have a very basic question and need help for that. In our day to day exploration we generally tries to find out what all files are involved in any particular operation (for the purpose of customization). Such as i wanted to find out what is the control flow for an operation (request...
Hi,While configuring AEM 6.1 SAML packge I am receiving error once I get back to /saml_login consumptioncom.adobe.granite.keystore.KeyStoreNotInitialisedException: Uninitialised system trust store.As I see, there are some additional fields added to SAML configuration in AEM 6.1 compared to 5.6.If an...
I am trying to use a 3rd party project (Jsoup) in my servlet. I have gone through the steps to build and deploy a bundle fragment plugin as outlined here:https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.htmlThis part works fine, I deploy it successfully via web console bundles ...
Hello.I have a question about personalization and replication.Problem is that after activation of personalized page I observe cascading activation of chosen campaign.Steps that I have made:1. Go to some page and choose any component with personalization2. Choose "Target" entry in the configuration m...
Hello, Can a customer create Custom AuthenticationHandler by extending Adobe SamlAuthenticationHandler and override its authentication methodsIs SamlAuthenticationHandler class code publically available or on request by client . Any license violation or other challenges ?Thanks
Hi,I am creating a custom health report and linking it with maintenance dashboard in AEM6.I have created a health check and a maintenance task. Now I need to create a hint in health report and link it with the maintenance task.Can some one help with some docs for creating the hint in health check.At...
Hi,I am getting below error when i try to access the custom page createdCaused by: java.lang.ClassNotFoundException: javax.servlet.jsp.PageContext not found by <custom package> [502] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1550)Same...
I have a situation requiring me to set an image as a background on an element. Unfortunately, it seems that the sightly tag doesn't like being inside parenthesis with other content, and simply doesn't output anything. This code: <div class="img" style="background-image: url(${item.featuredImage})">i...
I have added a new tab to page properties. The tab consists of a multifieldpanel (acs-aem-commons bundle). I am trying to add a textfield, a dropdown and a number of checkboxes. The issue is that when I select the value under dropdown and select the checkboxes, everything looks fine but when I open ...