You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Matthias Weidinger (JIRA)" <xm...@xml.apache.org> on 2009/11/10 10:04:28 UTC

[jira] Created: (XMLBEANS-422) org.apache.xmlbeans.XmlException: error: Unexpected end of file while parsing xml-document

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-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org