I get an error when I run ...mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.0 -DarchetypeRepository=adobe-public-releasesIt appears the artifact has disappeared from this location:http://repo.adobe.com/ne...
I'd like to change the default redirection status code from 302 to 301. According to this, I can do it via OSGi configuration: http://blogs.adobe.com/contentmanagement/2013/08/20/how-to-change-aems-redirection-http-status-code/ But I don't appear to have the option in the dialog (I'm on version 5.5....
Hi, I have just been learning about Replication. I was given the below exercise :"Develop a component which shows a textbox to end user. End user is able to enter his/her email id and submit this to the site. CQ5 should store this information as user-generated content under a usergenerat...
I'm trying to use the OOB DataSourcePool service to connect to a MySQL from AEM in order to run a basic query Nothing fancy. After installing my driver and setting up the connection parameters through the system console, I'm able to fetch data from the DB without any problem when accessing the Dat...
Hi everyone,I have successfully configured my CQ project using maven and eclipse and can import, I have followed the steps here : http://dev.day.com/docs/en/cq/5-3/developing/developmenttools/developing_with_eclipse.htmlAs the document suggests I add all the jar files to my build path but the code ...
Hey y'all,I have a custom xtype that I'm making that incorporates a selection of a document type as one of the fields. See code below. The problem is that this field's selection is not getting saved anywhere. I've debugged the js for my custom xtype and the "value" of typeField is never anything oth...