Author: keith
Date: Fri Dec 21 00:37:57 2007
New Revision: 11642

Log:

Fixing exception handling



Modified:
   trunk/mashup/java/modules/samples/exchangeRate/exchangeRate.js

Modified: trunk/mashup/java/modules/samples/exchangeRate/exchangeRate.js
==============================================================================
--- trunk/mashup/java/modules/samples/exchangeRate/exchangeRate.js      
(original)
+++ trunk/mashup/java/modules/samples/exchangeRate/exchangeRate.js      Fri Dec 
21 00:37:57 2007
@@ -63,7 +63,7 @@
         
     } catch(ex) {
         print(ex);
-        throw("There was an error accessing the remote service '" + endpoint + 
"', check log for details.");
+        throw("There was an error accessing the remote service '" + endpoint + 
"', The Exception was : " + ex);
     }
 
     var wx = new Namespace("http://www.webserviceX.NET/";);

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to