Re: AW: AW: AW: java.io.IOException: Stream closed

2008-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: As far as I can tell, the XML-Beans generated code works well - even if The stream is closed after reading, this should be no problem as the next request will submit a new stream, right? Yes, your servlet can close

AW: AW: AW: java.io.IOException: Stream closed

2008-12-11 Thread Schuster Stefan
PROTECTED] Gesendet: Freitag, 5. Dezember 2008 17:43 An: Tomcat Users List Betreff: Re: AW: AW: java.io.IOException: Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: The code reading the stream is generated by XMLBeans. Is there something that I should

AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Schuster Stefan
Hi Chris, the servlet contains no rocket science, so I am comfortable posting it completely ;) Error arrises on part marked with ERROR. The code reading the stream is generated by XMLBeans. Is there something that I should not do with the stream? For example closing it or something like that?

Re: AW: AW: java.io.IOException: Stream closed

2008-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, Schuster Stefan wrote: The code reading the stream is generated by XMLBeans. Is there something that I should not do with the stream? For example closing it or something like that? You shouldn't have to do anything like that. ERROR