Hi All,I want to create Group first and then User and then i want to add user to group using getServiceResourceResolver(map) or loginService("datawrite",null).I tried following code and i'm getting exception at the time of session save (adminSession.save()):public void addGroupUser(SlingHttpServletR...
We have many sites running on 5.6.1 and we successfully did the in-place upgrade. As each site takes time to test, we would like to deploy it site by site on production by switching DNS to point to the new 6.2 site once thoroughly tested.Can we create packages from 5.6.1 and deploy it in the new ins...
Hi ,I have come across in AEM 6.2 release notes that Sling Content Distribution (SCD) is next generation of Replication [0] . I knew that SCD is used for User Profile Sync across various instances , AS SCD works on packages , It is also known that there are slight delays while syncing data across va...
A vendor has expressed concern over page load speeds with AEM serving DTM, what are common ways to optimize page load speeds and what impacts are there, if any?
Hello,I am new to AEM and this forum. I am very happy to have found it.We have a new website implemented via AEM and I have noticed that while we do not have broken links via our production website that we have many text statements that should be linked, and are linked in AEM, but were stripped due ...
Hi,I can't set any session attributes, because I get a new HttpSession on every request. To validate this, I added <%=slingRequest.getSession().getId()%> to /apps/geometrixx/components/homepage/content.jsp. Now I can see the http session id on every request to http://localhost:4502/editor.html/conte...
Hi Team,I am trying to post table data from my form to the POST.jsp using the following approach.$.ajax({ type: 'POST', url: '/url to the component's node/Organization.POST.jsp', data: { 'orgName': orgName, 'orgPhNum'...
Hello AEM experts, I am doing exercises in the chapter of "Creating Workflow Models" in AEM doc 6.2 (I was actually following an example in helpx. The example cross-referenced steps in the AEM doc therefore I was redirected to the related section in the doc ). When I was working on Collecting Data U...
Hi,I want to create a impersonated user session without using an admin session. I am trying to create a session using service Resource resolver. Can you let me know whether a system user has impersonation privileges or can we set up impersonation access to a system user.P.S: AEM 6.1 - Service user m...