From: Brian Volpi <brian.volpi_at_oracle.com>
Date: Mon, 24 Sep 2012 15:02:57 -0700
SOA has a tool that is updating its model and using
**javax.xml.bind.Binder updateXML() to marshal. This code is working
fine under jdeveloper PS6. The same code is having a problem on
jdeveloper 12C. The updated XML has lost namespace declarations. For
example. before an update the xml looks like:
After the update (of the name attribute), the xml looks like the
following. Notice that xmlns:ns1 declaration and the use of ns1 prefix
has been dropped.