Hi All, I need to migrate 52,000+ records to CQ5 . I am confused that whether I should go for cq:page or nt:unstructured nodes for these records.Going for pages will help us in maintaining and authoring these records. We also have to execute full text search on these nodes or pages. My query is wh...
Hi,I have created 2 pages in CQ using different templates. I have a link in first page on click of which I will land on second Page (using <a href> in first page).Now I want to pass some parameters (either in map or list) from first page to second page.Kindly let me know what is the best way to pass...
I want to create a remote session to another repository from within a repository, means I have a servlet running inside a CQ5 author instance. I tried to open a connection to a remote repository with JcrUtils:Repository repository = JcrUtils.getRepository( "http://myhost:4502/crx/server" );This caus...
I followed step by step process and successfully integrated the site catalyst. Under the cloudservices -> framework I added page component (/foundation/components/page) from side kick and added few variables (page name and page path) to track. Now, when I load the page, I see that the Omniture call ...
I'm especially looking for:(a) any email Marketing - related best practices(b) for any groups using ExactTarget with AEM, information about what tasks you perform in AEM vs. Exact Target(c) anybody doing sophisticated segmentation using AEM- would like to hear more about the technology stack you're ...
Hi,I have setup Apache 2.2 , AEM 5.6.1 and dispatcher on my windows machine. I have also setup Apache mod_rewrite rules to perform URL rewriting from external facing SEO URLs to internal AEM URLs. The issue I am facing is that after rewriting the URL the request is getting redirected, as a result of...
I'm trying to write custom file upload component for CQ5.6, but I meet the problem with reverse replication. Node created in Publish instance, but not replicated to Author instance. After replicator call, next line appears in error.log:com.day.cq.replication.impl.ReplicatorImpl Replication triggered...
Hello, I am new to AEM and I am testing the tutorial http://blogs.adobe.com/aemtutorials/2013/07/24/customize-the-client-context/ on my laptop. I have downloaded the code from 'https://github.com/Breiz41/customstore.git' and did 'mvn install' and created a zip file in the target directory. Then I up...
Hi all,one of our development guys has suggested using the Apache Wicket framework for an upcoming AEM implementation. For those that don't know, its a server side component model for build web applications, in many ways analogous to AWT. WicketTester is the unit testing and mocking part of the fram...