importationUnit.getImportedCommunity(),entity.getIdentificatorInCommunities(
).get(importationUnit.getImportedCommunity()));
if(url == null) {
return null;
}
ScrappyExecutor scrappy = new ScrappyExecutor();
String scrappy_dump = null;
try {
scrappy_dump = scrappy.execute(url); //"1"
} catch (ConnectException ce) {
ce.printStackTrace();
ModelException.throwException(ModelException.SCRAPPY_CONNECTION_ERROR,
"Connection exception to execute Scrappy");
}