Author: keith
Date: Thu Jan 24 07:52:42 2008
New Revision: 12843
Log:
removing the serviceGroupContext
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
Thu Jan 24 07:52:42 2008
@@ -237,7 +237,7 @@
// There exist only one servicegroup for the JavaScript services
deployed from this deployer
axisConfig.removeServiceGroup(serviceGroupName);
- configCtx.removeServiceGroupContext(serviceGroupName);
+ configCtx.removeServiceGroupContext(group);
log.info(Messages.getMessage(DeploymentErrorMsgs.SERVICE_REMOVED,
serviceGroupName));
} catch (AxisFault axisFault) {
@@ -977,6 +977,7 @@
q.setContent(sql);
q.setMediaType(RegistryConstants.SQL_QUERY_MEDIA_TYPE);
q.setProperty(RegistryConstants.RESULT_TYPE_PROPERTY_NAME, type);
+ q.setPath(path);
registry.put(path, q);
}
}
\ No newline at end of file
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev