jaxb-ri icon indicating copy to clipboard operation
jaxb-ri copied to clipboard

XJC with RELAXNG_COMPACT generates classes without properties

Open Tomas-Kraus opened this issue 9 years ago • 5 comments

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]

Tomas-Kraus avatar Feb 26 '15 10:02 Tomas-Kraus

  • Issue Imported From: https://github.com/javaee/jaxb-v2/issues/1067
  • Original Issue Raised By:@glassfishrobot
  • Original Issue Assigned To: @glassfishrobot

Tomas-Kraus avatar Sep 21 '18 17:09 Tomas-Kraus

@glassfishrobot Commented Reported by lexi

Tomas-Kraus avatar Feb 26 '15 10:02 Tomas-Kraus

@glassfishrobot Commented File: georss.rnc Attached By: lexi

Tomas-Kraus avatar Feb 26 '15 10:02 Tomas-Kraus

@glassfishrobot Commented Was assigned to yaroska

Tomas-Kraus avatar Feb 26 '15 10:02 Tomas-Kraus

@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-1067

Tomas-Kraus avatar Apr 24 '17 13:04 Tomas-Kraus