Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 242911

The fix for this bug has been submitted to SVN

https://bugs.eclipse.org/bugs/show_bug.cgi?id=242911

Overview:
root element in default namespace should not have prefix when using JAXBElement

When marshalling a JAXBElement who's namespaceUri is the same as a the default namespace, a prefix for the namespace
was being generated and declared incorrectly.

Fix Reviewed By: david.mccann@xxxxxxxxxx
Test Cases: New Unit tests added to the moxy test suite.

-Matt

Back to the top