You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by az...@apache.org on 2007/07/09 14:26:39 UTC

svn commit: r554616 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java

Author: azeez
Date: Mon Jul  9 05:26:38 2007
New Revision: 554616

URL: http://svn.apache.org/viewvc?view=rev&rev=554616
Log:
Remove faulty modules from the list of available modules

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java?view=diff&rev=554616&r1=554615&r2=554616
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/ConfigurationContextFactory.java Mon Jul  9 05:26:38 2007
@@ -241,8 +241,7 @@
                 }
                 configuration.getFaultyModules().put(fileName, faultyModule.get(axisModule));
                 //removing from original list
-                configuration.removeModule(org.apache.axis2.util.Utils.getModuleName(axisModule.getName()),
-                                           org.apache.axis2.util.Utils.getModuleVersion(axisModule.getName()));
+                configuration.removeModule(axisModule.getName(), axisModule.getName());
             }
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org