Author: keith
Date: Tue Jul 29 00:17:11 2008
New Revision: 20077
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20077

Log:
Fixing compilation issue



Modified:
   
branches/mashup/java/1.5/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java

Modified: 
branches/mashup/java/1.5/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java?rev=20077&r1=20076&r2=20077&view=diff
==============================================================================
--- 
branches/mashup/java/1.5/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java
     (original)
+++ 
branches/mashup/java/1.5/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java
     Tue Jul 29 00:17:11 2008
@@ -150,10 +150,9 @@
         String shortServiceName =
                 
serviceName.substring(serviceName.indexOf(MashupConstants.SEPARATOR_CHAR) + 1);
         
masshupArchiveManupulator.uploadMashupService(destinationServerAddress, 
dataHandler,
-                                                      configContext, 
serviceFile.getName(),
-                                                      shortServiceName, 
infoCardToken,
-                                                      overwriteExisting, 
localUser, mode, basicAuthUsername,
-                                                      basicAuthPassword);
+                                                      serviceFile.getName(), 
shortServiceName,
+                                                      infoCardToken, 
overwriteExisting, localUser,
+                                                      mode, basicAuthUsername, 
basicAuthPassword);
         log
                 .info("Shared Service \'" + serviceName + "' to the 
destination server"
                         + destinationServerAddress + " at " + 
date.format(currentTime) + "from "

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

Reply via email to