Author: keith
Date: Thu Jan 24 02:51:19 2008
New Revision: 12815

Log:

Removing configContext on undeployment



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 02:51:19 2008
@@ -237,6 +237,7 @@
 
             // There exist only one servicegroup for the JavaScript services 
deployed from this deployer
             axisConfig.removeServiceGroup(serviceGroupName);
+            configCtx.removeServiceGroupContext(serviceGroupName);
             log.info(Messages.getMessage(DeploymentErrorMsgs.SERVICE_REMOVED, 
serviceGroupName));
 
         } catch (AxisFault axisFault) {

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

Reply via email to