Community
Participate
Working Groups
Given the following package annotation the "me" prefix should be used for the "http://myns" namespace. @XmlSchema( namespace = "http://myns", elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, xmlns = { @XmlNs(prefix = "me", namespaceURI = "http://myns") } ) package example; import javax.xml.bind.annotation.*;
Created attachment 194010 [details] Code demonstrating the bug
Created attachment 194640 [details] Proposed Fix
Created attachment 194724 [details] moxy test case
Attached fix and test case submitted to SVN Reviewed by Blaise Doughan
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink