Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM and Nux not working

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Warwick Bailey <warwick AT icodeon.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XOM and Nux not working
  • Date: Tue, 22 Nov 2005 10:22:17 -0500

Warwick Bailey wrote:

However, when the xom.jar that is distributed with Nux is replaced with the
latest release from Xom (1.1 beta 6), the deserialization process of Nux
fails silently (no exceptions thrown).

Byte[] bnuxDoc = FileUtil.toByteArray(new
FileInputStream("/tmp/periodic.xml.bnux")); //ok
Document doc3 = codec.deserialize(bnuxDoc);// fails

Hmm, I have no idea. Wolfgang?

I would like to release XOM 1.1 early next week. If there's some problem, I suppose I can hold out a little bit longer.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page