We are aiming to perform a big migration from 6.0 to 6.4.x (where x=1 or 2). In the adobe documentation I can see that a recommended step is to perform a "Pattern Detector" to help with the migration, however the pattern detector is only supported from 6.1 onwards.1) Should we migrate first from AEM...
Hi all,If I need to Provide the facility to view, compare and roll back to previous versions of content/document (something like two versions back), is this feature AEM out of box? Appreciate your support.Thanks,Rama.
Hi,i am getting request URI too large error. My data(attaching on clicking next) has increased in recent times. But we are not using ajax call through JS or something that sort.The general solution for 414 is changing GET to POST as i googled.But i am not sure how to change the behaviour of foundat...
Hi,I am looking for a bright solution which would fix my issue soon. Suggestions would be appreciated.Q) I need to show the radio group based on the selection of one checkbox.Here in my case i am hiding the image tab in dialog and using the show checkbox from design dialog can make my image tab visi...
Hi,I am looking for a bright solution which would fix my issue soon. Suggestions would be appreciated.Q) I need to show the radio group based on the selection of one checkbox.Here in my case i am hiding the image tab in dialog and using the show checkbox from design dialog can make my image tab visi...
We were in need of an mvn archetype command for an AEM SPA project. We used the one present in the below link but getting an error saying “The desired project doesn’t exist <com.adobe.cq.spa.archetype:aem-spa-project-archetype:1.0.3-SNAPSHOT>” while exexuting a mvn archetype command for AEM SPAThe...
Hi All,I have a osgi component and i have added java watch service (as a listener to watch directories) in it. So once bundle is installed, component goes to satisfied state.(but main bundle will be in active state)Because of this, other components will be disabled. I am forced to enable them manua...
Hi,we have recently changed the naming convention of the groups and now we see that the groups are not syncing from the LDAP, it is throwing warning saying that it is not able to recognize the whither it is a user or a group.PFB configurations and error as well.PID = org.apache.jackrabbit.oak.securi...
Hi Experts,we are using AEM Asset 6.4 and uploaded video assets. How we can apply the watermarking on Video Asset? Is it possible in AEM Asset?ThanksSamer
Hi guys,I want to add workflow to check if the page is active or not? I have try with following code, but couldn't get success;function check() { if (workflowData.getPayloadType() == "JCR_PATH") { var path = workflowData.getPayload().toString(); var node = workflowSession.getSession...