Author: sebb
Date: Wed Apr 30 04:41:21 2008
New Revision: 652347

URL: http://svn.apache.org/viewvc?rev=652347&view=rev
Log:
Show details of Exception if one occurs

Modified:
    
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java

Modified: 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java?rev=652347&r1=652346&r2=652347&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java
 Wed Apr 30 04:41:21 2008
@@ -368,7 +368,8 @@
                        return HELPER.getWebMethods();
                } catch (Exception exception) {
                        JOptionPane.showConfirmDialog(this,
-                    JMeterUtils.getResString("wsdl_helper_error"), // 
$NON-NLS-1$
+                    JMeterUtils.getResString("wsdl_helper_error") // 
$NON-NLS-1$
+                    +"\n"+exception, // $NON-NLS-1$
                     "Warning",
                                        JOptionPane.DEFAULT_OPTION, 
JOptionPane.ERROR_MESSAGE);
                        return null;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to