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 ...
Hello,I am running CQ5.4, and I am attempting to set up a local instance. I followed the instructions found on http://docs.adobe.com/docs/en/cq/5-4/howto/installingcq.html, however, my server is not launching. I am getting the following error in my stderr.log file: Exception in shutdown polling thre...
I am using 5.4. I am attempting to move content from one server to another using the replication tool. However, I get the following error upon replication:Error while building replication content com.day.cq.replication.ReplicationException: RepositoryException during serializationI also tried to tra...
Hi, We have successfully upgraded(in-place) our server from AEM 5.6 to AEM 6.0, but are facing issues while migrating from CRX 2 to OAK.Followed steps listed at http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade.html.After completion of the steps and upon starting AEM 6.0 it is throwing ERROR in l...
Hi All,In the link http://www.slideshare.net/mmarth/aem-hub-oak-02-full, I have some doubts related to slide nos. 7,8,91] What exactly is Node store. 2] Also, is it something like in AEM6, Node store can be either of the below Micro-kernelsa]Tar MKb]MongoMK.3] In 5.6.1, does this location crx-quick...
i have implemented advance features of search like stemming , synonym search in adobe cq 5.6.Both the above mentioned features are working correctly when they are implemented individually . But when i use stemming and synonym search together , the stemming feature is takes preference and synonym fea...