Community
Participate
Working Groups
There are a few issues with the key @XmlRootBinding annotation that need resolving: 1. It doesn't integrate @XmlNamespace annotation, instead having its own namespace() attribute. 2. It assumes that the content model is XSD via the schemaLocation() attribute. I have implemented a short-term hack as part of the fix for Bug 342371 to look for schemaLocation() strings that end with ".dtd", but we need more formal declaration of the content model type. Ideally, the new API should support pluggable content models as there are more content models than XSD and DTD.
*** This bug has been marked as a duplicate of bug 355751 ***