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 di...@apache.org on 2007/08/01 17:55:49 UTC

svn commit: r561847 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java

Author: dims
Date: Wed Aug  1 08:55:46 2007
New Revision: 561847

URL: http://svn.apache.org/viewvc?view=rev&rev=561847
Log:
Oops! my bad. Final fix for AXIS2-3041 - WSDL2java does not provoide circular wsdl import support

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java?view=diff&rev=561847&r1=561846&r2=561847
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java Wed Aug  1 08:55:46 2007
@@ -2593,8 +2593,15 @@
         }
     }
 
+    /**
+     * Process the policy definitions
+     *
+     * @param definition
+     */
     private void processPoliciesInDefintion(Definition definition) {
+        processPoliciesInDefintion(definition, new Stack());
     }
+
     /**
      * Process the policy definitions
      *



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