We are copying entire directory from one folder to other folder - we've two API's to do it. We can do it at workspace or using JCRUtil. Which one should we use and what are the use cases for each?We do see this error sometimes when we do workspace.copy() - unresolved conflicts (and fail during comm...
Is there anything beyond https://docs.adobe.com/docs/en/aem/6-1/administer/integration/external-providers.html for GA integration with AEM?Best practices to implement to separate GA suites based on environment (Dev/QA/Stage/Prod)
We've two publish instances but want tot trigger a specific workflow from only one publish instance? How can this be configured without manually disabling a certain workflow in one of the publish instances
On the publish instance, this gives null pointer.08.12.2016 13:47:11.242 *WARN* [qtp615837499-242621] org.eclipse.jetty.servlet.ServletHandler /system/console/componentsjava.lang.NullPointerException: null Critical for us to figure out. Nothing else in the logs.One of our components is stopped (i be...
We want to write a handler to throw error back to the user while uploading an image if it does not conform to standard height and width. What's the best and recommended way to do this?How to read asset being uploaded and extract it's size before allowing it to be uploaded?