I've been slowly developing my CXF (2.2.5) REST app for several weeks, a
couple weeks ago I added a namespace to the result, and it's been
producing it as the default namespace, so none of the elements specify a
namespace prefix.  Today, after I made an arbitrary change to one
element, adding a "Map" property, now all results (even ones that don't
have that "Map" property) are using a "ns2" prefix.  The output is still
well-formed and valid, but I wish it would use the default namespace, if
it's possible.

Reply via email to