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...
Hi,Does anyone know if it's possible to have two different versions of the same bundle active? Or CQ only allow the last version of the deployed bundle to be active?For example:I have 2 bundles: myapp-1.0.0-SNAPSHOT.jar, myapp-1.1.0-SNAPSHOT.jar. Supposing bundle myapp-1.0.0-SNAPSHOT.jar is install...
Hi, After enabling SSL on a CQ author instance (refer to http://dev.day.com/docs/en/cq/current/deploying/config-ssl.html), I am noticing continuous SSL Exceptions in the error log. See Stack trace below. 23.11.2013 01:09:15.236 *WARN* [127.0.0.1 [1385168955233] <parse>] servletengine I/O error in ex...