@Hello,I'm successful in the approach of inplace upgrade from 5.6.1 to 6.2 but failed while doing from 6.2 to 6.4 while the motive is to migrate 450GB of repository from 5.6.1 to 6.4For Inplace Up-grade 5.6.1 to 6.2, i ran the below commands:java -Xmx32G -XX:MaxPermSize=4096m -Dlogback.configuration...
Hello all, this is my first post here in this community. I have like 4.5 TB of data in google drive to be moved to AEM Author as assets. What is the best way to do this other than download and upload. Any API's available or plugins. Please let me know.
I am upgrading our code base to use uber-jar-6.5.0.We have many references to PropertiesUtil.toMap, but that method is not in the jar.What am I missing?
Hello, AEM CommunityI have the following issue: when I click on "edit" in any replication agent on publish instances (on author works fine), the configurable dialog doesn't appear and there is the message in the console: But dialog is situated under this path.AEM 6.3.
Dear All ,We have a requirement where we need to change action toolbar and add some other functionality in it. Will anyone let me know from where OOTB toolbar configuration is set so that we can change the same. Thanks in Advance ! Kind Regards,Kdatta
I had used JCROM back in 2014 when it was actively used. But after 2015, Google has discontinued to support JCROM.Is there something newer to do the Object Mapping in CRX?
hi,Unable to start the the bundle - it shows org.owasp.esapi -- Cannot be resolvedused the mvn dependency on pom.xml<dependency> <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> <version>2.2.0.0</version></dependency>seeing the below error on trying to initializ...
Per Lucene documentation, the following is definition of Indexing Rules on oak indexes inside AEM:Indexing rules defines which types of node and properties are indexed. An index configuration can define one or more indexingRules for different nodeTypes.However, when I check on indexes created in We ...
Hi,if I am correct then modifying e.g. the title property of an asset via its properties dialog does not update the jcr:lastModified property. Is this correct?What is required to have this updated automatically? Will adding mixin:lastModified help to achieve this? How do you even add such mixin to e...
Hi,I am using the library org.apache.sling.commons.scheduler to create a scheduler on AEMI am using the example below, that I found in sling documentation (Apache Sling :: Scheduler Service (commons scheduler) ) and it is working as it is, but I need to change the scheduled time to trigger every 15 ...