showroom

CQ Gems on
Adobe Experience Manager

AEM Developer sessions from the experts

learn more

Getting Started

Knowledge Base

Tips and best practices from Adobe engineering, support and consulting.

Training on CQ

Newly updated CQ5.5 courses now available from Adobe Training Services.

CQ Forum rss More

May 22, 2013

Posted by forums_noreply@adobe.com


Replication from an OSGI bundle - help

I am an OSGI newb! I create a custom WorkflowProcess that is called from a WorkflowLauncher when a certain node gets created on the Author instance. The WorkflowProcess needs to replicate the node structure onder this node to the publisher. I am having problems using the Replicator from the WorkflowProcess in the OSGI bundle. I am not about... [Read All]

May 22, 2013

Posted by forums_noreply@adobe.com


How to create a Language Branch using custom workflow?

Hi, I’ve a requirement where I need to create a workflow process which will create a Language branch. i.e I wanted to achieve the functionality using custom workflow as given in the docs: https://dev.day.com/docs/en/cq/current/administering/multi_site_manage r.html#Managing the Translation of your Language Branches As per the OOTB... [Read All]

May 22, 2013

Posted by forums_noreply@adobe.com


Checking for Nodes that do not match their NodeType definition

We're on CQ v5.4 and have some old node corruption (the cause of which was fixed by CRX hotfix 2.2.0.38). The corruption was generally cleaned up by running the repository consistency check and fix. But some corrupt nodes were simply removed by this process. One such example is that under our /content/dam tree, a few renditions are missing... [Read All]

May 22, 2013

Posted by forums_noreply@adobe.com


Example of a metadata driven workflow?

I see a post that highlights the fact that metadata driven workflows can be created (here), but I am looking for a complete example that I can run and modify. Does anyone know where I could get a complete example of a metadata driven workflow?