DbCollection xmark = xmarkCol.createCollection("big_dtms");
assert (xmark.getDirectory().exists());
File file = new File(TEST_FILE);
IDocumentTable doc = new BigDocumentTable.PersistentBigDocumentTable(xmark, FileUtils.getFileName(file));
DocumentTableModel dtm = new DocumentTableModel(doc);
dtm.loadDocument(new FileInputStream(file));
xmark.putDocument(new Transaction(), file.getName(), doc);
}
public void testRunNormalDTM_Q1() throws FileNotFoundException, XPathException, SAXException,
IOException, XQueryException, URISyntaxException {