You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2007/07/10 11:33:20 UTC

svn commit: r554882 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

Author: deepal
Date: Tue Jul 10 02:33:19 2007
New Revision: 554882

URL: http://svn.apache.org/viewvc?view=rev&rev=554882
Log:
oops , we are not handling loadService group from file correctly .
We need to call the method that I have changed.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java?view=diff&rev=554882&r1=554881&r2=554882
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java Tue Jul 10 02:33:19 2007
@@ -1024,9 +1024,8 @@
             serviceGroup.setServiceGroupName(serviceFile.getName());
             AxisConfiguration axisConfig = configCtx.getAxisConfiguration();
 
-            HashMap wsdlServices = new HashMap();
             ArchiveReader archiveReader = new ArchiveReader();
-            archiveReader.processFilesInFolder(serviceFile, wsdlServices);
+            HashMap wsdlServices = archiveReader.processWSDLs(currentDeploymentFile);
             InputStream serviceXml = classLoader.getResourceAsStream("META-INF/services.xml");
             ArrayList serviceList = archiveReader.buildServiceGroup(serviceXml,
                                                                     currentDeploymentFile,



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