sorry but can you explain me, how does
org/apache/xerces/readers/CharReader.java come into picture with this code?
Also, I tried using BufferedReader, setting mark() explicitly but nothing
seems to work
komal.

Michael Ehrmann wrote:

> >I added inString.reset() after the first parsing, and got the following
> error java.io.IOException: Stream closed
> >        at java.io.StringReader.ensureOpen(Unknown Source)
> >         at java.io.StringReader.reset(Unknown Source)
> >         at FileParser.execute(FileParser.java:352)
> >         at FileParser.main(FileParser.java:388)
> >Does any one know how the stream got closed ? Is it possible to reopen it
> without create a new StringReader?
>
> I think the Problem is that the InputStream gets closed due to
> a bug i already have reported (see Bug Report 3119).
> There are two solutions:
> a) wrap the Stream in a own stream that doesn't close the underlying
> stream
>    when its closed.
> b) patch the org/apache/xerces/readers/CharReader.java in line 175 by
>   commenting out the line: //fCharacterStream.close();
>
> I hope this helps,
> michael
>
> -[begin signature]----------------------------------------------------
>    __
>   /  __                    labitur occulte fallitque volatilis aetas.
>   __/  \
>   /  __/   unbemerkt entgleitet und taeuscht uns die fluechtige Zeit.
>   __/
>
>    identification::contact {
>
>      location::physical =
>        germany.karlsruhe.76131.rintheimerstr_15.ehrmann.michael
>      mobile::node =
>        +49-172-7692239
>
>      hypertext::view =
>        www.fused.de || www.vivatech.de
>    }
> ------------------------------------------------------[end signature]-
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to