   | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | |  | SAXBuilder.build(inputStream) problem | SAXBuilder.build(inputStream) problem 2003-12-17 - By Ben Walker
Back
Hi:
I know there have been posts about this problem previously, but I have read the solutions and tried them to no avail.
Basically, I'm trying to build an input stream using SAXBuilder.build(inputStream), but when my program (below), gets to the "Document doc = builder.build(in);" line, nothing happens - the program just stops!?
Can anyone help? Thanks
InputStream in = req.getInputStream(); // I have tested this line and the data is getting here
Document doc = builder.build(in); // My program stops at this line
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ To control your jdom-interest membership: http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected) .com
Earn $52 per hosting referral at Lunarpages.
|
|
 |