Hi,You can try like this Go to CRX/DE Lite (/crx/de)Navigate to your component path:/apps/projectname/components/sampleSet permissions:Deny replicate, modify, and write access to general author groups (like content-authors)Allow full access (read, modify, write) to admin-authorsUse the User Admin Co...
Hi,Did any one aware of the below configuration where it will be used and the purpose. When checked heap dump analysis we have found lot of resources are consumed using the below path. Did any one tell what might be cause the issue to heap too much for this?/libs/cq/contexthub/content/chconfigpicker...
@Nikita_Mazire @TarunKumar What will be the correct solution here as acs-commons will be OOTB functionality to change?Need Acs-commons upgrade ?Currently we are AEM : 6.5.17 Acs-commons : 4.11.2
This is the response got from adobe support team but didn't get how can we import a bulk load of data by connecting crx/server possible ?? when we stop davex bundle we are not able to connect the server to inject the data? any one has idea how to connect if the davex bundle stops?We understand your ...
No not yet stilling looking for the solution provided will work inside AEM but some application which running outside want to make a connect with AEM to get the session what will be the best practice?
This will work inside AEM using system user and user mapper service using the subservice concept but the application running out side aem we trying to connect using Jcr. How this will work for application running out side AEM ??
Hi,While we are trying to access the AEM to inject the data from an external application using below public Session getAEMSession() throws RepositoryException { return JcrUtils.getRepository(aemAuthorUrl + "/crx/server") .login(new SimpleCredentials(aemAuthorUsername, aemAuthor...
@arunpatidar Jcr updated properly install folder have latest packages and the version in OSGI updating apart from bundle location. What we have observed until we delete the bundle manually and re-install package through package manager the bundle location not updating.The same happening if we deploy...