Author: alessio.soldano(a)jboss.com
Date: 2009-01-07 09:36:31 -0500 (Wed, 07 Jan 2009)
New Revision: 8979
Modified:
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/core/CommonClient.java
Log:
[JBWS-2258] Logging exception
Modified:
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/core/CommonClient.java
===================================================================
---
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/core/CommonClient.java 2009-01-07
14:01:44 UTC (rev 8978)
+++
stack/native/trunk/modules/core/src/main/java/org/jboss/ws/core/CommonClient.java 2009-01-07
14:36:31 UTC (rev 8979)
@@ -401,6 +401,8 @@
}
catch (Exception ex)
{
+ log.error("Exception caught while (preparing for) performing the
invocation: ", ex);
+
// Reverse the message direction
processPivotInternal(msgContext, direction);
Show replies by date