Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SAXBuilder.buid(inputStream); Problem

843834Dec 17 2003 — edited Dec 19 2003

Hi:

I'm having a problem with building a document from an input stream using SAXBuilder.build(inputStream);
Below is an example to my problem:

InputStream in = req.getInputStream(); // My program is ok up to this point and I have tested that the data is getting here.

Document doc = builder.build(in); // The program gets to this point and just stops - no Exception, no error, it just stops.


Can anyone help? Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2004
Added on Dec 17 2003
3 comments
187 views