XML reader/writer truncates content with large XML data
-------------------------------------------------------
Key: AXIS2C-1534
URL: https://issues.apache.org/jira/browse/AXIS2C-1534
Project: Axis2-C
Issue Type: Bug
Components: xml/om
Affects Versions: 1.6.0
Reporter: Thomas Gentsch
Attachments: axis2xml.tar.gz
Have a test prog which reads in an XML doc and prints it put again. With large
input data sizes (in my example ~400k) the output gets truncated.
Interestingly the behavior is different when using axiom_xml_writer_create() or
axiom_xml_writer_create_for_memory().
With the first
- the output is ~380k large
- some error appears in the log file
whereas with the second
- the output is only 16k
- no error
Attached are two testprogs - tstxml.cpp and tstxml2.cpp with both the xml
writer types.
The input and output xml files are contained as well, plus the log file
mentioned above.
--
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: [email protected]
For additional commands, e-mail: [email protected]