log.error("refreshing the remote resource {} from the Linked Data Cloud failed ({})",resource,e.getMessage());
//log.info("exception was:",e);
return;
} catch (RepositoryException ex) {
log.error("repository error while refreshing the remote resource {} from the Linked Data Cloud", resource, ex);
cacheConnection2.rollback();
} finally {
cacheConnection2.close();
}
} finally {
this.lock.readLock().unlock();