Expand my Community achievements bar.

SOLVED

Issue with packaging the single node in CQ

Avatar

Former Community Member

I have created a package with the below filter. And i installed in another CQ instance.

"/content/valley/en/jcr:content/header"

After installed the package, The above mentioned path(node) is not getting created. So i did some ground work and come to know that CQ is not allowing me to add any single node and also jcr:content node. It is expecting the whole page(cq:Page).

Is it expected behavior of CQ package concept?

If it is not please let me know how can i add single node under content node in filter section to package.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

A CQ package is made up of more than a single node. It contains a site with pages, components, templates. etc.

See these AEM topics for more information:

http://dev.day.com/docs/en/cq/current/administering/package_manager.html

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

A CQ package is made up of more than a single node. It contains a site with pages, components, templates. etc.

See these AEM topics for more information:

http://dev.day.com/docs/en/cq/current/administering/package_manager.html

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html

Avatar

Former Community Member

Hi,

I have the below log. What does it mean by "A" code?

A /content/valley/en/jcr:content/header
A /content/valley/en/jcr:content/header/sitelogo
D /content/valley/en/jcr:content/header


Finally it is deleting that node with action code (D). Can you tell me why is it delete happening?

Thanks