[
http://jira.jboss.com/jira/browse/JBWS-1218?page=all ]
Thomas Diesler updated JBWS-1218:
---------------------------------
Fix Version/s: jbossws-1.0.6
(was: jbossws-1.0.5)
If this issue has been rescheduled to 1.0.6 it is because we currently focus 80% of our
effort on JAXWS. If need a particular feature or bugfix to be included in 1.0.5 you are
welcome to get involved and contribute.
Circular schema definitions lead to stack overflow
--------------------------------------------------
Key: JBWS-1218
URL:
http://jira.jboss.com/jira/browse/JBWS-1218
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: wstools
Reporter: Aladdin El-Nattar
Assigned To: David Boeren
Fix For: jbossws-1.0.6
An element definition like the following will trigger a stack overflow:
<xsd:element name="Foo">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Foo" minOccurs="0"
maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:complexType>
</xsd:element>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira