Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM in an applet

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: "Ken Kast" <ken AT kenkast.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XOM in an applet
  • Date: Sun, 22 Aug 2004 19:59:50 -0400

At 2:02 PM -0700 8/22/04, Ken Kast wrote:

Caused by: java.lang.NullPointerException
at java.io.FilterInputStream.close(Unknown Source)
at nu.xom.Verifier.loadFlags(Unknown Source)
at nu.xom.Verifier.<clinit>(Unknown Source)
... 20 more


Are you using the latest version of XOM, 1.0b2? If so, I suspect you've found a bug I need to look at. (There were some bugs around this area in earlier versions that have been fixed for a few releases though, so please do upgrade if you haven't.) It would really help if you could boil this down to a simple, reproducible test case.

Also, is Xerces in provided from the server or not? Which version of Xerces and Java are you using?
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page