Author: keith
Date: Tue Dec 25 20:59:02 2007
New Revision: 11702

Log:

Fixing a bug so that if we cannot find the service name corresponding to a JS 
service we atleast return the service name



Modified:
   trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupUtils.java

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupUtils.java
==============================================================================
--- trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupUtils.java   
(original)
+++ trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupUtils.java   
Tue Dec 25 20:59:02 2007
@@ -194,6 +194,8 @@
                         }
                         return username + MashupConstants.SEPARATOR_CHAR + 
serviceName;
                     }
+                } else {
+                    return service;
                 }
             }
         }

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

Reply via email to