users@jaxb.java.net

Re: Help! ContentHandlerAdaptor.startPrefixMapping called with null prefix!

From: Nick Sayer <nsayer_at_kfu.com>
Date: Tue, 1 Nov 2005 22:49:21 -0800

On Nov 1, 2005, at 7:07 PM, Nick Sayer wrote:

> I actually posted this first to the JAXB 2.0 forum, but I think
> that this may be a better place to ask.
>
> I'm using jwsdp-1.6 with a 1.5.0_05 JRE on Linux. I have an
> <xs:any> node in my schema I've set up with <xjc:dom/>.

Turns out that calling setNamespaceAware(true) on the
DocumentBuilderFactory fixes this.