You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using [email protected] 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
The text was updated successfully, but these errors were encountered:
I am using [email protected] 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
The text was updated successfully, but these errors were encountered: