[ 
http://jira.codehaus.org/browse/JIBX-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nigel Charman closed JIBX-270.
------------------------------


I've been unable to reproduce it too.  Tried with and without xpp3, and with 
seismic example parameters as 1, 100

> StaXWriter truncates output after a couple of thousand lines
> ------------------------------------------------------------
>
>                 Key: JIBX-270
>                 URL: http://jira.codehaus.org/browse/JIBX-270
>             Project: JiBX
>          Issue Type: Bug
>          Components: core
>            Reporter: Nigel Charman
>            Assignee: Dennis Sosnoski
>             Fix For: JiBX 1.2
>
>
> After changing JiBX/WS to try out the StaXWriter, large response payloads 
> were truncated after a couple of thousand lines.
> The change I tried was in WsServletDelegate.getNormalWriter(): 
>             try {
>                 XMLOutputFactory ofact = 
> javax.xml.stream.XMLOutputFactory.newInstance();
>                 XMLStreamWriter wrtr = 
> ofact.createXMLStreamWriter(m_response.getOutputStream());
>                 return new StAXWriter(m_writer.getNamespaces(), wrtr);
>             } catch (XMLStreamException e) {
>                 throw new IOException("Error creating writer " + 
> e.getMessage());
>             }
> //            return m_writer;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to