Hello all,
I'm sending this email to the distribution list in hopes that someone
else who has a problem with jaxb qualifying the root element with "ns2"
(or sometimes MIS-qualifying it) has the same problem we have and as a
general fyi to the community.
In our scenario this was not a bug with JAXB (well - at least I don't
"think" so). We use jaxb to generate class files to consume POX
services. Those class files are compiled into a jar and included with
our war. During the last release cycle - the compiled jar file was
compiled with java 6, but we were still using java 5 for production. As
such, the compiled class files were compiled with a different version of
jaxb (due to inclusion with java 6).
These classes would "pretty much" work in production but the xml would
either be wrong or entirely qualified with ns2.
I just wanted to share this to the distro to give other people out there
who run into similar issues one more thing to "rule out".
Thanks,
-Clint