On Mon, Jan 12, 2009 at 12:56 PM, Juan José Vázquez Delgado <[email protected]> wrote: > Hi Francisco, > > javax.jcr.nodetype.ConstraintViolationException: no definition found in >> parent node's node type for new node: no matching child node definition >> found for {}a: no matching child node definition found for {}a >> > > Node "/sling/content" should be a "nt:unstructured" node. Is > "/sling/content" a nt:folder maybe?...
This might happen if you have created the /content node via WebDAV, for example - if you create it directly with a form that posts to /content/* and /content does not exist yet, that should work. -Bertrand
