nikolas.laskaris 2016-07-21 08:19:54 +00:00
parent 2df3d3113c
commit bc6696d189
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ public class GenericResource implements GenericResourceInfoI {
// //TODO
// CachesManager.getInstance().getGenericResourceCache().get(queryString).setTimeToLive(0);
// }
} catch (PublisherException e) {
} catch (Exception e) {
logger.error("Exception:", e);
throw new RemoteException();
}