Hi, > I need to pass my own UUIDs instead of the ones JCR creates internally.
Could you explain why you need to do that? > Is there any way to do this? You could use Session.importXML or Workspace.importXML using ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING. Regards, Thomas
