users@jaxb.java.net

Re: problem marshalling from prefixed data

From: jason white <jason_white_01_at_hotmail.com>
Date: Mon, 20 Mar 2006 18:06:45 +0000

Dmitri,

I finally was able to put together a fairly simple tester class that tests a
file that has tags that don't have a prefix (which works well), and tags
that do have prefixes (doesn't work)...

Jar file attached.

Here is the error output:

utility data: FFD
exception: null
Exception in thread "main" java.lang.Error: java.lang.NullPointerException
        at
com.UnmarshallTester.testPrefixedFile_PrefixElement(UnmarshallTester.java:46)
        at com.UnmarshallTester.main(UnmarshallTester.java:17)
Caused by: java.lang.NullPointerException
        at
com.UnmarshallTester.testPrefixedFile_PrefixElement(UnmarshallTester.java:42)
        ... 1 more