What is the recommended version of Java with 6.1 ? I have seen some of the threads in this forum where it has been suggested to not to upgrade to Java 8 due to some known issues. However, the documentation says that Java 8 is supported- https://docs.adobe.com/docs/en/aem/6-1/release-notes.html "Supp...
Hi!I have the following cq:editConfig file:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:EditConfig"><cq:listeners jcr:primaryType="cq:EditListener...
Hi Team,I have multifield, under that i gave textfield.user can enter value multiple times in textfield, that time how i can check uniqueness in value.Example:Multifield1. textfield -- example.2. textfield - example13. textfield - example(if user enters the same value, i need to show error message a...
Hi,I have a Excel sheet of format (.xlsx). I need to read values from sheet and add it to i18n dictionary instead of doing it manually in http://localhost:4502/libs/cq/i18n/translator.html. Is there anyway ?
I have tagged and upload 40,00+ pdf files into DAM. I have built a search component using Query builder. The input for the search are "text", "tagid1", "tagid2". This needs to return me all the documents that have "text' in their content and have been tagged "tagid1" and tagid2. If I use the Qurybui...
Hi,I am trying to follow the steps in https://docs.adobe.com/docs/en/aem/6-1/deploy/upgrade.html.After trying the command "java -jar aem-quickstart-6.1.0.jar -v -x crx2oak" .It is throwing the exception,Preparing to execute extension /C:/Users/ND%20-%20Yvonne/Desktop/author%20%20backup/crx-quickstar...
I'm facing issue while running runDataStoreGarbageCollection from URL: http://host:port/system/console/jmx/com.adobe.granite%3Atype%3DRepositoryGetting Error:javax.jcr.UnsupportedRepositoryOperationException at com.day.crx.sling.server.impl.jmx.ManagedRepository.runDataStoreGarbageCollection(Managed...
Hi Team,Am trying to set random value for textfield in our scenario.but it's not setting up.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" title="Multi Field" xtype="dialog"> <ite...
I have a few components that were created for CQ 5.4 and use custom actions in the editbar. As we migrate to AEM 6.1, I'd like to support these in both Classic UI and Touch UI. I found this demo https://github.com/Adobe-Marketing-Cloud/aem-authoring-extension-toolbar-screenshot that I've tried imple...