jaxb-ri
jaxb-ri copied to clipboard
XJC with RELAXNG_COMPACT generates classes without properties
After workarounds for [jaxb-1065] and [jaxb-1066] I have managed to generated the classes. To my surprize, classes are empty:
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@XmlRootElement(name = "featureName")
public class FeatureName {
}
Affected Versions
[2.2.11]
- Issue Imported From: https://github.com/javaee/jaxb-v2/issues/1067
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: @glassfishrobot
@glassfishrobot Commented Reported by lexi
@glassfishrobot Commented File: georss.rnc Attached By: lexi
@glassfishrobot Commented Was assigned to yaroska
@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-1067