Author: keith
Date: Fri Dec 14 10:53:27 2007
New Revision: 11146

Log:

Fixing the undeploy method due to the change made to axis2



Modified:
   
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java

Modified: 
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
==============================================================================
--- 
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
   (original)
+++ 
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
   Fri Dec 14 10:53:27 2007
@@ -220,6 +220,7 @@
     public void unDeploy(String fileName) throws DeploymentException {
         log.info("Undeploying - " + fileName);
         AxisConfiguration axisConfig = configCtx.getAxisConfiguration();
+        fileName = Utils.getShortFileName(fileName);
         AxisServiceGroup asg = axisConfig.getServiceGroup(fileName);
         try {
             if (asg != null) {

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to