git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/common/common-jaxws-calls/1.0@119908 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b9c828e897
commit
afb647487a
|
@ -27,7 +27,7 @@ public class MethodRetriever<T> implements InvocationHandler{
|
|||
log.error("error invoking method "+method.getName()+" in service "+service.getClass().getCanonicalName()+" using proxy ",proxyEx);
|
||||
throw new RuntimeException(proxyEx);
|
||||
}catch(InvocationTargetException ite){
|
||||
log.error("error invoking method "+method.getName()+" in service "+service.getClass().getCanonicalName()+" using proxy ",ite);
|
||||
log.error("error invoking method "+method.getName()+" in service "+service.getClass().getCanonicalName()+" using proxy ");
|
||||
throw ite.getCause();
|
||||
}finally{
|
||||
CalledMethodProvider.instance.reset();
|
||||
|
|
Loading…
Reference in New Issue