return new File(serverHome, relativePath);
}
@Override
public synchronized File getTargetXsd(long txId) throws Exception {
TransformationsTabRow row = queryTransformation(txId);
String relativePath = getRelativePathForTargetXsd(txId, row);
File xsd = createAbsolutePath(relativePath);
return xsd;
}