Hello, I have generated a mapping file in which one class has a ns-uri element in the <map-to xml> tag. The problem that I have is that after I marshall this, the tags that are generated all have <xmlns=""> except for the one that i have specified the ns-uri for. However, I am able to correctly unmarshal the the xml back to the objects. My clients parser cannot handle the <xmlns=""> so I tried to use the setsuppressedNamespaces(true). This creates an xml format that is satisfactory, but the objects are null when I unmarshal them.
Any insites into this problem? Thanks in advance, P. Shah

