Forget it. Just found out that mixin:referenceable was not the default
value.

My mistake


-----Message d'origine-----
De : Frederic BOY [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 4 juin 2008 11:23
À : '[email protected]'
Objet : exportSystemView: 'jcr:uuid' are missing in the xml file

Hey guys,

I'm facing a weird behavior I never encountered before:

I have a simple workspace where I keep my projects under the following
hierarchy:
root (jcr:system)
|-- Projects(nt:unstructured)
|      |-- Project1(nt:unstructured)
|      |-- Project2(nt:unstructured)
...

After an export using 
session.exportSystemView("/Projects", projectOutFile, true, false);

I end up with an xml file where the attribute jcr:uuid is missing for every
nodes. 

This is annoying as it results in nodes being duplicated on a later call to
importXML method (ImportUUIDBehavior policy being logically unefficient).


Thanks in advance for your help,
Frederic

Reply via email to