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