@Override
public void execute(IDataSet dataSet) {
try {
ExportBuilder.writeToXml(dataSet, stream);
} catch (Exception ex) {
throw new JuDbException("Couldn't write DB data to byte stream", ex);
}
}
});
} catch (Exception ex) {
throw new JuDbException("Couldn't write DB data to byte stream", ex);
}
try {
return bos.toString("utf-8");
} catch (Exception ex) {