org.apache.xmlbeans.XmlException: error: Unexpected end of file while parsing xml-document ------------------------------------------------------------------------------------------
Key: XMLBEANS-422 URL: https://issues.apache.org/jira/browse/XMLBEANS-422 Project: XMLBeans Issue Type: Bug Affects Versions: Version 2.4 Environment: OS UNIX - AIX Reporter: Matthias Weidinger The random error occurs during parsing a xml -document. It first occured while using version 2.2.0 and after changing to 2.4 there is still the same problem. ByteArrayInputStream inputStream = new ByteArrayInputStream(content); xmlObject = XmlObject.Factory.parse(inputStream); Is there a version available that is not affected by this problem? thx in advance Matthias Weidinger -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org