Alex,
Thanks for your help! We managed to get this working again by adding a
.json file to specify the correct node types for the /content and /apps
folder.
Regards,
Gert
Alexander Klimetschek wrote:
On Mon, Jul 21, 2008 at 4:19 PM, Gert Vanthienen <[EMAIL PROTECTED]> wrote:
/apps
/servicemix
/dashboard/html.esp
/exchanges/html.esp
/navigation/html.esp
/content/servicemix.json
...
javax.jcr.nodetype.ConstraintViolationException:
no definition found in parent node's node type for new node: no matching
child node definition found f
or {}servicemix: no matching child node definition found for {}servicemix
Looks like the /content folder is just an nt:folder - and thus does
not allow an nt:unstructured child node such as servicemix. You could
add nt:unstructured as a mixin for the /content folder.
Regards,
Alex