// Also pass in the message
signalJobFailed(th);
}
private void cacheDownloadedWsdlFiles(DownloadedFiles wsdls) {
DataCacheService svc = Application.getCacheService();
WsdlFileServerCache cache = svc.getCache(WsdlFileServerCache.class);
for (ServerFile wsdl : wsdls.getFiles()) {
try {
cacheWsdlFile(wsdls.getServer(), wsdl, cache);
} catch (DataCacheException e) {
// There is no need to communicate this error to the user,