Author: keith
Date: Fri Dec 14 05:59:39 2007
New Revision: 11138
Log:
Fixing hot deployment
Modified:
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
Modified:
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
==============================================================================
---
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
(original)
+++
trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java
Fri Dec 14 05:59:39 2007
@@ -343,8 +343,7 @@
//create a service group per service.
// ServiceGroup name and axisservice name will be of the form
username-serviceName
// Use the js filename as the service group name.
- axisServiceGroup.setServiceGroupName(username +
MashupConstants.SEPARATOR_CHAR +
- currentFile.getName());
+ axisServiceGroup.setServiceGroupName(currentFile.getName());
axisService.setName(username + MashupConstants.SEPARATOR_CHAR +
name);
String targetNamespace =
serviceAnnotationParser.getTargetNamespace();
axisService.setTargetNamespace(targetNamespace);
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev