Dmitry Repchevsky created XMLSCHEMA-25:
------------------------------------------

             Summary: XmlSchemaSerializer everloop
                 Key: XMLSCHEMA-25
                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-25
             Project: XmlSchema
          Issue Type: Bug
    Affects Versions: XmlSchema 2.0.1, 2.0.2
         Environment: Win7 Pro 64 *SUN* JDK 7.05
            Reporter: Dmitry Repchevsky
             Fix For: 2.0.2


NamespaceContext.getNamespaceURI() never returns NULL (as it should).
On the other hand in several places in XmlSchemaSerializer there is a 
comparison:

while (ctx != null && ctx.getNamespaceURI(xsdPrefix) != null) {
  xsdPrefix = "xsd" + ++count;
}

This loop goes forever...


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to