Author: keith Date: Tue Jul 29 00:16:38 2008 New Revision: 20076 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20076
Log: Fixing compilation issue 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=20076&r1=20075&r2=20076&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 Tue Jul 29 00:16:38 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
