Hi,I have heard some contradicting statements about CQ 5's (5.6.1 to be exact) replication system. Could someone please give a definitive answer for the following questions:Are replication queues FIFO? Or are they processed concurrently, hence leading to non-FIFO behavior?If passed a ReplicationOpti...
I get the following error when trying to submit the email form. Error"javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for {}name" while processing /content/.../email2.json.jsp Status500Messagejavax.jcr.nodetype.ConstraintViolationEx...
In our project we need to have AEM use a standalone SOLR search server and index all the AEM content in this server. Has anyone implemented this? How do we configure AEM to not use built in Lucene but search and fetch results from an external search engine?
I have a requirement to encrypt traffic between cluster nodes, specifically between the nodes of a CRX shared-nothing cluster. Is it possible to configure SSL or some other encryption for that traffic? Bonus points if it's also possible to implement certificate based mutual authentication between ...
Hi All,I am working on migration project where customer going to migrate their website from existing CMS to our new CQ 5.6.1.There are fix number of "templates". Customer going to provide data in CSV file format per template.Is there any way we can BULK import those existing pages into our CQ sys...
Hi does CQ5 store tagging metrics & can we access it from the CQ5 API? Is this data available for custom reports?We need to develop a report where we can show Tag ABC was searched 5 times etc.Thanks.
Hi Experts, I am a newbie in CQ. I am working on a CQ5 workflow implementation which has three steps. Author creates/updates the content and initiates the workflowFirst level of Approver (We call it Manager) approves this content. If Manager finds content OK he sends this to next level approver (W...
Hi,I've requirement where I need to log-out user from jsp at certain condition. I tried this:javax.jcr.Session userSession = resourceResolver.adaptTo(javax.jcr.Session.class);System.out.println("User Id:"+userSession.getUserID());userSession.logout();I got the logged in user session, but logout() m...
Is there a way to order collections alphabetically? There doesn't seem to be a sort option, and they are currently displaying in the order they were created.
Hi guys.I'm new to CQ and I have some questions regarding authentication handlers.First of all, let me describe the overall problem/solution:We will be working in a site that has a complex social logic (not related to any of the current social sites). That's why we would use AEM to administer the si...