889890891892893894895896897898899
out.close(); vhout.close(); // import session.importXML("/parent", new ByteArrayInputStream(out.toByteArray()), ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW, true); session.save(); wc1 = (NodeImpl)session.getItem("/parent/wc1");
923924925926927928929930931932933