Hello, I am a freshman about CQ. I have setup a project based on URL(http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/howto-projects-eclipse.html).I don’t know why it runs ok via Maven, but it gets an error if I import it to Eclipse IDE.I mean how to configure the Eclipse IDE <packaging>content...
Hi, I have a component with a dialog like this.<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:Dialog" manageTabs="function(tab,noSwitch){debugger;var tabs={s...
Hi,I have setup dispatcher on my dev and test environments in publish. I am having different problems in both the environment and hoping to get any clues from the group.Dev:If a document under /content is being accessed from dispatcher, i see that timestamp of .stat file gets updated however the siz...
I'm working on creating a custom report report page on my CQ 5.6.1 instance. I've got my reportbase and columnbase components set up correctly, by following the steps listed here. I am able to, for instance, pick up all the pages that are available, by setting the property nodeTypes to cq:PageI want...
Hi,I am working on Dockerizing our CQ 5.6 deployment for local development.For local development, we have 1 author instance, 1 publisher instance, 1 author dispatcher, and 1 publisher dispatcher.The author instance is assigned an IP address of 192.168.78.1 and the publisher is assigned an IP address...
Lets say we have a component called" myProjectAComponent" that is in apps/myProjectA/myProjectAComponent. now in /apps/myProjectB, how can I use this myProjectACompnent ? Thank you
In the AEM 6.0 release notes (http://docs.adobe.com/content/docs/en/aem/6-0/release-notes.html), it describes this functionality:Metadata and search enhancementsSearch made easier. Enhancements in metadata management and search allow power users and end users of digital asset management to work more...
Hi,I got a question about Workflow. When I started a workflow on one page, I can see the “RUNNING” status in the “Instances” tab of Workflow console ( http://localhost:4502/libs/cq/workflow/content/console.html ). Then I went to the Inbox and chose to complete this workflow ( The work item in the in...
Hey folks,I'm attempting to upload a 316MB package to CQ use CRXDE - the import reaches 100% and then fails with the message "Error while creating tmp file." I had no issues with smaller packages, the only difference with this one is the size. Is there an upper limit on packages for upload? Do I nee...