Author: indika
Date: Fri May  9 00:03:03 2008
New Revision: 16720

Log:

fix  for ESBJAVA 431

Modified:
   
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js

Modified: 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
==============================================================================
--- 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
        (original)
+++ 
trunk/esb/java/modules/distribution/src/main/www/extensions/core/js/proxyservices.js
        Fri May  9 00:03:03 2008
@@ -859,7 +859,7 @@
                     var location = resource.childNodes[0].childNodes[0].value;
                     var key = resource.childNodes[1].childNodes[0].value;
                     if (key != null && location != null) {
-                        if (validate) {
+                        if (!validate) {
                             if (key != "" && location != "") {
                                 
wsdl[0].appendChild(createesbelement("<syn:resource location='" + 
trim(location) + "'  key='" + trim(key) + "' 
xmlns:syn='http://ws.apache.org/ns/synapse'/>"));
                             }

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to