Hi All, I am unable to upload package in AEM 6.4 local AEM instance, earlier i used to upload and install successfully.I though something is wrong so i deleted crx-quickstart folder and started afresh through jar file.Still i am unable to upload and install the package. Please advise.
I have created custom Audio Component in Asset share commons in AEM ,everything is working fine except i am not able to get the thumbnail in audio file(.mp3 and. wav).I have done some R&D then I found that Audio files does not have any rendition except original one.So my requirement is that is there...
Hi All,I'm trying to create Experience Fragment in AEM and export it to Adobe Target. I was referring to below doc [1] to integrate AEM with Adobe Target via the Target Standard API which requires the configuration of Adobe IMS and Adobe I/O. The document ask us to create Integration in Adobe I/O co...
Is Tomcat 9.0.x supported by AEM 6.5 ? In technical requirements for AEM 6.5 deploying guide, restricted support for Tomcat 8.5.x is mentioned. Tomcat 9.0.35 released on May 5, 2020 and docs might not be updated yet. Anyone upgraded to Tomcat 9 recently?
Hello im trying to implements 2 things:1. im trying to implement lang on particular page, every children pages will get this lang into 'efg' but the parent get lang="en"what i did: lang="<${currentPage.path == '/content/path1/path2/parent(/.*)?'>" (not worked)so i put manually every path of this chi...
Hi Folks,I have install folder in apps/project/install and it has core Jar file. But when I do mvn clean install -PautoInstallPackage then core jar is not updating. It's only working at the first build.Also when I replicating ui.apps then I can see install folder and bundle in system/console(in acti...
Hi Guys, I am learning to save adaptive form data using mysql database and I am able to save complete form data as an xml in the database in one column. I am using sling servlet to get and add data to the database and guidewire api as an ajax request to get/post data on the form. I am using form fra...
we are going to start the migration project from existing cms to aemlooking to some precise scenarios 1) what type of test conditions to include to identify the performance capacity of author server (we know for publish instances we have standard conditions) also other tips for migration project wi...
I have a string array as below. String[][] group = {{"A","B","C","D"},{"E","F","G","H"},{"I","J","K","L"},{"M","N","O","P"},{"Q","R","S"},{"T","U","V"}}; I need to create a OSGI configuration property holding this value. Is it possible? Does OSGI support this?Can we create this kind of array configu...