Author: keith
Date: Thu Dec 13 04:42:46 2007
New Revision: 11086

Log:

Setting the configurator to the axisConfiguration



Modified:
   
trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment/ServerConfigurator.java

Modified: 
trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment/ServerConfigurator.java
==============================================================================
--- 
trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment/ServerConfigurator.java
   (original)
+++ 
trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment/ServerConfigurator.java
   Thu Dec 13 04:42:46 2007
@@ -188,7 +188,8 @@
         for (Iterator iterator = globallyEngagedModules.iterator(); 
iterator.hasNext();) {
             String name = (String) iterator.next();
             log.info("Globally engaging module: " + name);
-        }
+        }
+        axisConfig.setConfigurator(this);
         return axisConfig;
     }
 

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to