Author: keith Date: Fri Jul 18 03:08:50 2008 New Revision: 19503 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19503
Log: Part of the fix for 979 Modified: trunk/mashup/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java Modified: trunk/mashup/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java?rev=19503&r1=19502&r2=19503&view=diff ============================================================================== --- trunk/mashup/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java (original) +++ trunk/mashup/java/modules/coreservices/servicesharinghelper/src/org/wso2/mashup/coreservices/servicesharinghelper/ServiceSharingHelper.java Fri Jul 18 03:08:50 2008 @@ -106,7 +106,7 @@ public Boolean shareServiceIC(String serviceName, String infoCardToken, String destinationServerAddress, String overwriteExisting, - String migrateTags, String mode, + String migrateTags, String localUser, String mode, String basicAuthUsername, String basicAuthPassword) throws IOException { boolean success; @@ -153,7 +153,7 @@ masshupArchiveManupulator.uploadMashupService(destinationServerAddress, dataHandler, configContext, serviceFile.getName(), shortServiceName, infoCardToken, - overwriteExisting, mode, basicAuthUsername, + overwriteExisting, localUser, mode, basicAuthUsername, basicAuthPassword); log .info("Shared Service \'" + serviceName + "' to the destination server" _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
