Structre of aem components | Community
Skip to main content
Level 2
October 19, 2016
Solved

Structre of aem components

  • October 19, 2016
  • 2 replies
  • 1925 views
                why cant we create a "nt:unstructured" node under /apps/project/content folder? i am getting an error showing:  Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. OakConstraint0001: /apps/demo/components/content[[nt:folder]]: No matching definition found for child node test with effective type [nt:unstructured] Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. OakConstraint0001: /apps/demo/components/content[[nt:folder]]: No matching definition found for child node test with effective type [nt:unstructured]  
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

This is because the restriction of the use node types, in your case you can use sling:Folder too.

2 replies

Feike_Visser1
Adobe Employee
Feike_Visser1Adobe EmployeeAccepted solution
Adobe Employee
October 19, 2016

This is because the restriction of the use node types, in your case you can use sling:Folder too.

smacdonald2008
Level 10
October 19, 2016

AEM has restrictions on what node can go under other nodes. 

This folder structure looks wrong: 

 /apps/project/content folder

I have never seen /content folder under the project. 

A typical AEM folder structure under /apps is:

We have a lot of articles that talk about this. Take a look at this one: 

How to Create a Fully Featured Internet Website

or 

Creating your first AEM HTML Template Language component