Community
Participate
Working Groups
If we marshal an object with a member in the default namespace to a SAXResult, Toplink JAXB supplies a null for the uri parameter of ContentHandler.startElement(). This causes a crash when used with Sun's XmlStreamBuffer SAXResult object. While other SAXResult objects are more lenient, according to the javadocs, null is not a valid value, and "" should be passed in:
Created attachment 195605 [details] proposed fix and test case
Attached patch checked in to SVN Reviewed by Blaise Doughan
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink