[wsas-java-dev] svn commit r3973 - trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment

svn at wso2.org svn at wso2.org
Mon Jun 18 03:48:22 PDT 2007


Author: saminda
Date: Mon Jun 18 03:48:05 2007
New Revision: 3973

Modified:
   trunk/wsas/java/modules/core/src/org/wso2/wsas/deployment/ServerConfigurator.java
Log:
Fixed compilation errors 


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	Mon Jun 18 03:48:05 2007
@@ -151,7 +151,7 @@
         } catch (FileNotFoundException e) {
             throw new AxisFault("System cannot find the given axis2.xml " + axis2xml);
         }
-        globallyEngagedModules = getAxisConfig().getGlobalModules();
+        globallyEngagedModules = (List)getAxisConfig().getEngagedModules();
         if (repoLocation != null && repoLocation.trim().length() != 0) {
             try {
                 if (isUrlRepo) {




More information about the Wsas-java-dev mailing list