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 di...@apache.org on 2006/03/22 21:34:00 UTC

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

Author: dims
Date: Wed Mar 22 12:33:58 2006
New Revision: 387932

URL: http://svn.apache.org/viewcvs?rev=387932&view=rev
Log:
see inline comment :)

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

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentEngine.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentEngine.java?rev=387932&r1=387931&r2=387932&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentEngine.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentEngine.java Wed Mar 22 12:33:58 2006
@@ -133,6 +133,11 @@
             axis2_xml_file_name = xmlFile;
             axis2repository = null;
         }
+
+        // All said and done, if both are still null, use the default.
+        if(axis2_xml_file_name == null && axis2repository == null) {
+            useDefault = true;
+        }
     }
 
     /**