After updating to Java 8 we are seeing the following messages appearing in stdout.log when using SAML authentication.Error: URI=null Line=1: Document is invalid: no grammar found.Error: URI=null Line=1: Document root element "samlp:Response", must match DOCTYPE root "null".Warning: validation was tu...
Use case scenario:I have a site which has a "Product Details" page.We need to use the ratings and Review component in it.For that we will need to set up user profiles which can provide reviews, i.e. we will have to integrate AEM communities login and registration with our existing site.Can anyone pl...
Hi All,What is the maximum value we can set for the login token expiration value( by default 30 min (1800000)) for extending the aem session in configMgr without installing any Service Packs in 6.2 environment.Thanks in advance
Hello all,I´m trying to migrating a project from AEM 6.0 to AEM6.3 but I´ve a problem with composite multifield. In 6.0 I use pathfields inside multifieldPanel, now pathfield save the property in the crx but cannot populate the infomation when try to reopen the dialog.My alternative is use pathbrows...
Hi,I have the html file in which I am getting the variable as using below statement:<sly data-sly-test.myVal=${some exp} />And I want to use myVal in the hbs template under same file like below.{{#each Obj}} {{#if myVal == 'bla'}} <img/> {{}}{{/each}}Thanks,
Hi Friends,I have created project via maven and converted the same into eclipse project.I have imported the same into eclipse and trying to deploy it ...but I can see only content and apps folder in server (i.e.add and remove) but not core and test folders..I can deploy the same via maven command. P...
Hello!I am unable to add the dispatcher dll to apache. I have Apache 2.2 running on Windows 10 and downloaded the dispatcher for Windows from Adobe to. I have placed the disp_apache2.2.dll file to the module folder and the dispatcher.any to the conf folder in Apache. However i am unable to restar...
Hi Team,I have a requirement to add captcha in my form to prevent bot attacks.My Initial thought is to include Google Recaptcha but later I came to know like google API will not work in China.Since our majority of the client business is from china.I could not leverage google captcha.Is there any alt...
Hi All, I have created a workflow and dragged workflow participant step in it. Then, created a component with custom dialog that is populating dynamic values using servelt whose return type is JSON but, when I'm trying to choose dialog from Dynamic Participant dialog tab, I'm able to get path till c...
Hello,I use cq/gui/components/authoring/dialog/richtext with property useFixedInlineToolbar = true.But toolbar is visible only after click inside richtext.I'm doing something wrong? Or it just a bug?Thanks,Alex