You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Maciej Baranowski (JIRA)" <ji...@apache.org> on 2009/05/06 13:19:30 UTC

[jira] Reopened: (ABDERA-206) Abdera parser fails when InputStream returns data in chunks

     [ https://issues.apache.org/jira/browse/ABDERA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maciej Baranowski reopened ABDERA-206:
--------------------------------------


I re-run the test with abdera 0.4.0 and it failed again. 

If the problem is the STAX parser implementation then upgrade to abdera 0.4.0 will not change anything - it uses the same version of wstx-asl library as in 0.3.0.

I have tried also to upgrade manually the wstx-asl library to 3.2.8, and even 4.0.3,  but this did not help either.

So maybe this is not a problem with the STAX implementation?







> Abdera parser fails when InputStream returns data in chunks
> -----------------------------------------------------------
>
>                 Key: ABDERA-206
>                 URL: https://issues.apache.org/jira/browse/ABDERA-206
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Maciej Baranowski
>            Assignee: James M Snell
>             Fix For: 0.3.0
>
>         Attachments: AbderaParserFailureTest.java, test.xml
>
>
> We noticed that when InputStream passed to Abder parser does not return all data in one read the parser fails:
> 	at java.io.FilterInputStream.read(FilterInputStream.java:111)
> 	at java.io.PushbackInputStream.read(PushbackInputStream.java:161)
> 	at org.apache.abdera.parser.stax.util.PeekAheadInputStream.read(PeekAheadInputStream.java:126)
> 	at org.apache.abdera.parser.stax.util.PeekAheadInputStream.peek(PeekAheadInputStream.java:111)
> 	at org.apache.abdera.parser.stax.util.PeekAheadInputStream.peek(PeekAheadInputStream.java:107)
> 	at org.apache.abdera.parser.stax.util.FOMSniffingInputStream.detectEncoding(FOMSniffingInputStream.java:76)
> 	at org.apache.abdera.parser.stax.util.FOMSniffingInputStream.<init>(FOMSniffingInputStream.java:52)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.