|
Re: HttpUrl Input/Output stream problems: msg#00087text.xml.xmlbeans.user
We had a similar issue. There appears to be some sort of resource leak with the Parse(inputStream) methods. By changing: Alistair Young wrote: > > ... > SomeDocument doc = SomeDocument.Factory.parse(request.getInputStream()); > > ... > To theString= aMethodToConvertToString(request.getInputStream()); SomeDocument doc = SomeDocument.Factory.parse(theString); we eliminated the behaviour. -- View this message in context: http://www.nabble.com/HttpUrl-Input-Output-stream-problems-tf2519760.html#a7630728 Sent from the Xml Beans - User mailing list archive at Nabble.com. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Generating partial schemas: 00087, Erik van Zijst |
|---|---|
| Previous by Thread: | RE: HttpUrl Input/Output stream problemsi: 00087, Radu Preotiuc-Pietro |
| Next by Thread: | Is there a way to instantiate a root element and have all sub-elements also created?: 00087, Beet |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |