On Fri, Aug 29, 2008 at 10:46 AM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2008 at 10:22 AM, Tobias Bocanegra > <[EMAIL PROTECTED]> wrote: >>> a) specify only one intermediate jcr:primaryType (instead of >>> /some/very/jcr:primaryType=my:type, >>> /some/very/long/jcr:primaryType=my:type, etc.) for all the >>> intermediate nodes that have to be created >> are you able to specify the default nodetypes for new nodes in the >> nodetype of "/some" ? if yes, this should work automatically since the >> repository selects the correct nodetype. > > No, unfortunately not. /some is nt:unstructured.
Oh, actually that works, since "/some/very" should exist already (in my use-case). And "very" defines a default node type for its children. Thanks for the tip! Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
