Moving user and groups from aem 5.6 to aem 6.3 only brings over users and not permissions,so can you help bring over the ACL groups using the methods environment ?For moving ACLs ACL Packager helps to move than what about permissions ....ThanksKarthi
I am facing one issue in AEm 6.1 touch ui with event listener. When I open the dialog first time after page refresh my code inside $(document).on("dialog-ready") or $(document).on("foundation-contentloaded") doesnt get executedIf I open second time with out page refresh I see it goes inside those ...
Hi,I have AEM 6.1 jar file but it not in the type "Executable Jar". The file type is "Jar" as mentioned belowIf i double click on the jar file its showing like thisHow to install it. Please help on this.
Hi Team, I have a requirement to fetch the uploaded input file from form and save it into mysql database. Here I am unable to fetch the input file from request object.My servlet:@Component(service = Servlet.class, property = {"service.description=" + "************** Servlet","sling.servlet.metho...
While Creating User am getting below Error :can any one explain me ((?=.*\d.*)(?=.*[a-z].*)(?=.*[A-Z].*)(?=.*[@#%\*\-+=~\[\]{}<>\?].*).{12,}) expression ?javax.jcr.nodetype.ConstraintViolationException: Password violates password constraint ((?=.*\d.*)(?=.*[a-z].*)(?=.*[A-Z].*)(?=.*[@#%\*\-+=~\[\]...
HI Friends,Can you pls explain the difference between the below getProperties.get("propertyName").toString(); and node.getProperty("propertyName");Thanks in advanceAkbar
I have an AEM 6.3.1.2 author instance configured to authenticate either locally or with LDAP. Both authentication methods work on my local machine via localhost:4502, and when moved to the Apache host and accessed with its port number :4502 -- hostname:4502, when I access it on the Apache host via t...