Hi, We can not use the save method directly on the workspace because, we store some other things on the same session and it needs to be a transactional save. Otherwise we need somekind of custom rollback.
We are not storing the content of the XML in a specific node because we want to be able to use the JCR queries to query our XML. Does everybody have the same performance results while importing this XML? Nicolas Toper wrote: > > Hi, > > You should use instead workspace.importXml. With Session.importXml the > data > is stored in RAM until you save the session. > > Why not simply store each XML file in a specific node instead? > > BR, > Nico > my blog! http://www.deviant-abstraction.net !! > > -- View this message in context: http://www.nabble.com/importing-XML-file-performance-tf2493911.html#a6969132 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
