Hi All, We have built new project structure using latest archetype 36 for on-premise instance. After building , noticed sdkVersion and sdkFormsVersion is coming as “latest” under archetype.properties file. Can someone please suggest if this is expected or we are missing something ? Also using latest...
Hi , We had seen slowness on few of aem publishers found few errors from the logs. Could some one help as which all we could consider which could use lot of memory and make the system slow on publisherI have collected this from access and error log .Do you have any other suggestion as where else I c...
I am getting error when I deploy mvn project . Non annotation type for activation object with descriptor (Lcom/xxx/sss/ssss;)V, type xxxxx -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal biz.aQute.bnd:bnd-maven-plugin:5.1.2:bnd-process (bnd-process) on proj...
I was building pages in my local while the DEV environment for author and publish instance was getting configured. Now we have the DEV environment configured so I created a package of conf, dam, experience fragments, and pages separately from my local and installed them in the DEV author instance. I...
Hi All, Sometimes in my local I am observing changes in the HTL file are not reflecting properly even everything is correct. I suspect this is happening due the the Java classes created out of HTL file is cached and is not updating properly. I looked into the OSGI configuration for this "Apache Slin...
We have several large legal documents that exist as Adobe PDF files. We'd like to import them into Adobe Experience Manager such that they can be converted to HTML markup and displayed as web pages via AEM. This seems like it should be an easy task, but I can't find any documentation on how this wou...
Hi, I downloaded SDK instance for cloud(2022.1.6198.20220113T173638Z-211100) and setup author instance when I open CRXD there is no core components package that is /apps/core so that I manually added core components packages then after I created a wknd spa react project with archetype 34 by followi...
Hi, I downloaded sdk instance for cloud then I after i created a wknd-spa-react project with archtype34 and deployed into instance then im getting this issue *ERROR* [CM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.sling.jcr.repoinit.RepositoryInitializer~wknd-spa-react)] com.adobe.gran...
Hi All,Could you please let me know how to write junit for the below method generating randomId in sling model.public String getRandomId() { int n=8; byte[] array = new byte[256]; new Random().nextBytes(array); String randomString = new String(array, Charset.forName("UTF-8")); StringBuff...