import/export does not work on the root node.
---------------------------------------------
Key: JCR-323
URL: http://i
ssues.apache.org/jira/browse/JCR-323
Project: Jackrabbit
Type: Bug
Versions: 0.9
Reporter: Lucas Galfaso
importing and exporting the root node does not work. Simple
test case
[login]
session.exportSystemView("/",
[fileoutputstream], false, false);
[logout]
[login]
session.getWorkspace().importXML("/",
[fileinputstream],
ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW);
[logout]
Regards,
LG
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atl
assian.com/software/jira
|