Hi, Our current implementation invloves passing a serialised object via a GET request to a Sling servlet, it is deserialsed, the object is added as a request attribute and forwarded to a relavent JSP page depending on a property in the object.This implementation will not work for large amounts of d...
I am in the process of a creating a couple workflows. My first step in the workflow is to create a version. Interestingly, It worked the first time I ran the workflow and it created the version correctly. Second time I ran the workflow, I started getting errors from the CreateVersionProcess class as...
Hi Guys,I am using AEM 6.0 . I want to enable Lock/ Unlock feature for my DAM assets. But this is not straight forward as seen on classic UI.Moreover i am not able to use any properties such as hidden, conditions, handlers and listeners.Please suggest the best way to implement the same .RegardsHaris...
Hi,I just wanted to check if anyone had an elegant solution to this problem - I use Git heavily in my workflow and I very often checkout my project and have a lot of touched files due to the cq:lastReplicat* properties changing. I have no interest in tracking these sorts of changes so was wondering...
Hi All,We need to create a content package incrementally i.e the package which has only modified content for everyday.Are there any rules/filters can be applied when taking content package?If you have anythoughts please share.ThanksGK.
Hi, I just get a small CQ5 project of resizing the smartImage. Right now, I have two options. One Node jcrContent = currentNode.getNode("image/jcr:content"); String imagePath = jcrContent.getPath(); Resource imageRes = resourceResolver.getResource(imagePath); Image img = new Image(imageRes); img.se...
Would it be possible for someone to test following assumption? I'm afraid the tutorials, explaining how to create a custom xtype, require an update. I followed the 2 tutorials as mentioned below. They used to work with AEM 5.6 but don't work anymore with AEM 6.0 (but don't mention the support of AEM...
Hi,Just saw this on hobbes.js - http://aempodcast.com/2014/testing/aem-6-0-functional-testing-framework-overview/#.U7KrIqhGxPh - which is fantastic news. Digging into the source of hobbes it looks like it can be run to produce a junit xml style report. We'd love to incorporate the hobbes functional ...