users@jaxb.java.net

JAXB unmarshlling using setNameSpaceAware(false);

From: Amit G Soni <Amit.G_at_mphasis.com>
Date: Sat, 11 Oct 2008 15:38:59 +0530

Hi All,

 

Using JAXB is it possible to unmarshall Dom Object which has
(DocumentBuilderFactory) setNameSpaceAware(false);

 

Currently when I am setting setNameSpaceAware(true) then the
unmarshalling is working fine but when I set it to false then it is
giving an error.

 

Also is there any property we can set at the time when we are generating
java code from XSD file using JAXB.

 

Thanks,

Amit Soni