ESBCOMP-20 Display URL that causes an error when accessing external webservice from HTTPBC

master
David BRASSELY 2013-03-18 15:33:20 +01:00
parent d6ab2f7766
commit de19839ed3
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public class AsyncResponseProcessor<T> implements Runnable {
}
private void replyError(Throwable t) {
logger.warning("HTTPBC: Exchange fault for service URL: " + context.getEndpoint().getEndpointUrl() + " : " + t.getLocalizedMessage());
setExchangeFaulty((Exception) t, CLIENT, "", t.getLocalizedMessage());
}