Hi all, I'm trying to migrate data from an external system to Oak preserving the creation date of each element. I tried to set the JCR:creationDate but that is not allowed since the property is protected. I saw that the ImportContentHandler has methods to push SAX events in the repository. Is that the only way to import content? Since my data is inside another system would be easier for me to create directly the objects with java instead of generating an XML first.
Marco.
