I am trying to use listeners for the nodes present inside the multifield for AEM 6.3 touch UI but the listeners are not working.The same listener is working outside the multifield.Kindly help me out in fixing the issue inside multifield.
Hello,I have a question about providing permissions for bulk users on AEM pages. Let me explain little bit more about my requirement.I would like to have a person to feed in details of multiple users in our website and request access to a AEM page. Once they submit the details, in the back-end I sho...
Hi,After every deployment of code with newer version we are seeing project core bundle location is not changing pointing to old or previous version. How to fix this one?Narayana
Hi Everyone,I have created following users on my production environment, for some users when we check under home/users some user does not have ".tokens". Who ever does not have this ".tokens" they are unable to login with their credentials. Seeing 403 forbidden error in the console. I have created a...
We have a custom External LoginModule implemented, on my local 6.3.0 everything is fine and working. When I log in as a "site participant" I have a login-token cookie as expected.On my client's QA server which is on 6.3.1.2, I am still able to login as a participant on the instance, but login-token...
Hi ,We are trying to install newrelic java agent in our AEM6.4 author and publisher servers.Software installed in both servers: -openjdk version "1.8.0_161" - Apache Maven 3.5.3 - aem_6.4_quickstart.jarOur installation path/opt/aem_publisher/AEM_6.4_Quickstart_Setup/crx-quickstart/We download ...
Hi,I am using Autocomplete as sling:resourceType and have added "datasource" which fetches the list of "Id" and "Title".The options and values nodes are also present and point to "granite/ui/components/coral/foundation/form/autocomplete/list" and "granite/ui/components/coral/foundation/form/autocom...
I want to iterate on the sling folder and get the information on it in java."SELECT * FROM [nt:base] AS s WHERE [jcr:primaryType]=\"sling:Folder\" AND ISDESCENDANTNODE([/etc/foldername]) and ...."In java, Iterator<Resource> queryResult = resolver.findResources("SELECT * FROM [nt:base] AS s WHERE [jc...
Hi,I am using AEM 6.4. I see oak index got corrupted due to an improper shutdown of the AEM. And i started a re-indexing of lucene but it is taking a long time with these repeated logs in the error log. How long will the indexing take and also how to verify if its re-indexing.17.05.2018 19:04:28.729...
Hey Guys,I am trying to access the path under content structure and i see that the code keeps complaining that path under /content does not exist.i have a system user with permissions to /content folder and i am trying to get the resourceresolver via the java code and check if the node exists at the...