unarchiver workflow step is available out of the box. you can insert it at the end of your workflow to extract the zip files. if you do not want your zips to be treated as assets, then you can create a new model and run this workflow on a custom path then move the assets to /content/dam.hope this he...
Here is some sample code:@Property(label = "Path", description = "Delete this path", value = "/tmp/mypath") public static final String CLEANUP_PATH = "cleanupPath"; protected void activate(ComponentContext componentContext){ configure(componentContext.getProperties()); } protected void configure(Dic...
Hi,I understand this particular issue.I have created a new company project that should work with AEM 6.2.You can download it from here[1]. You can use mvn clean install -P full command to install.I have also attached my settings.xml[2] file and I think that should help.Please try this out and let me...
Please, also check the Prerequisites and Limitations section at the given below URL:Accessing the CRX Repository - docs.adobe.comandExperiencing Adobe Experience Manager - Day CQ: AEM 6 SP2 - Accessing CRX Remotely using Jcr Remoting Based On Webdav (D…
Hi,What version of AEM are you using?Did you check the WebDav bundles on the target AEM server? Remote access is dependent on the WebDav configuration. The code seems alright to me, however this is reminiscent of CQ 5.X.Please check and let me know.Thank youVarun
Yes, you can easily access the website root with the help of Page object. You can directly call getAbsoluteParent method to access the root page at a level of your choice. Code snippet for the component would look like:Sightly HTML code snippet:<div data-sly-use.contentJS="content.js"> ${contentJ...
Zeyin,This happens to be a default behavior. As far as replication actions go, deactivate and delete are treated the same way. Both of these result in deactivating content on target server and do not delete content from the source system.Please log a ticket with AEM support, if you think this is an ...