mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
103 stars 76 forks source link

graalvm native support #312

Open Terrency opened 3 months ago

Terrency commented 3 months ago

I am using jaxb2-maven-plugin@3.1.0 to generate Java classes from XML Schema, then constructing Java objects, and generating files through Marshaller. I encountered an issue where the program runs fine in a normal project, but when I use Spring Native to package and generate an exe, it encounters problems. It gives errors related to the generated Java objects, preventing further execution. The error is as follows: Property expression appears in @XmlType.propOrder, but no such property exists. Maybe you meant null? this problem is related to the following location: at FmiModelDescription