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 2006/10/19 07:58:38 UTC

svn commit: r465504 - /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java

Author: deepal
Date: Wed Oct 18 22:58:36 2006
New Revision: 465504

URL: http://svn.apache.org/viewvc?view=rev&rev=465504
Log:
fixing 1438

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java

Modified: webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java?view=diff&rev=465504&r1=465503&r2=465504
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java Wed Oct 18 22:58:36 2006
@@ -963,7 +963,7 @@
         if (schema != null) {
             schemaList.add(schema);
             if (schema.getTargetNamespace() != null) {
-                addSchemaNameSpace(schema.getTargetNamespace());
+//                addSchemaNameSpace(schema.getTargetNamespace());
             }
         }
     }
@@ -973,7 +973,7 @@
         while (iterator.hasNext()) {
             XmlSchema schema = (XmlSchema) iterator.next();
             schemaList.add(schema);
-            addSchemaNameSpace(schema.getTargetNamespace());
+//            addSchemaNameSpace(schema.getTargetNamespace());
         }
     }
 



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