users@jaxb.java.net

RE: problem marshalling from prefixed data

From: jason white <jason_white_01_at_hotmail.com>
Date: Mon, 13 Mar 2006 16:54:52 +0000

I have also found that any time I add a xmlns namespace reference in a root
node or otherwise, jaxb does not unmarshall anything...

example of root node: <UtilityData
xmlns="http://www.SDMX.org/resources/SDMXML/schemas/v1_0/message"
xmlns:ff="http://www.newyorkfed.org/xml/schemas/FF/utility">

Even when I don't have any prefixes in any tags and I put in these namespace
references in the root element, nothing unmarshalls....

-jason