users@jaxb.java.net

Re: problem marshalling from prefixed data

From: Malachi de Ælfweald <malachid_at_gmail.com>
Date: Mon, 13 Mar 2006 11:47:37 -0800

I wonder if it is trying to do strict validation and failing because both of
those URLs are invalid?

Try adding -Djaxp.debug=true
and seeing if you get any more verbose output


On 3/13/06, jason white <jason_white_01_at_hotmail.com> wrote:
>
> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>