KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

OutOfMemory/Stackoverflow oxception on applying template getType on type ser:duration -> ns:duration #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the attached wsdl 
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
ObjCCommon.xslt  :1117  

    <xsl:when test="$simpleType"><xsl:call-template name="getType"><xsl:with-param name="value" select="$simpleType/descendant::s:restriction/@base"/></xsl:call-template></xsl:when>

will enter infinite recursion for type ser/ns:duration -> stackoverlow

Original issue reported on code.google.com by zapacil...@gmail.com on 28 Apr 2011 at 3:23

Attachments: