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 sa...@apache.org on 2006/10/02 13:15:00 UTC

svn commit: r451979 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl

Author: sanka
Date: Mon Oct  2 04:15:00 2006
New Revision: 451979

URL: http://svn.apache.org/viewvc?view=rev&rev=451979
Log:
Committed a minor bug fix.

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl?view=diff&rev=451979&r1=451978&r2=451979
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl Mon Oct  2 04:15:00 2006
@@ -88,7 +88,7 @@
         <xsl:choose>
 		<xsl:when test="@policy">
 	    __operation_policy_string = "<xsl:value-of select="@policy"/>";	
-	    org.apache.neethi.Policy __operation_policy =  getPolicyFromString(__operation_policy_string);
+	    org.apache.neethi.Policy __operation_policy =  getPolicy(__operation_policy_string);
 		
 	    _service.addOperation(__operation);
 	    __operation.applyPolicy(__operation_policy);



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